Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-wf2q.c Create Date:2022-07-28 17:59:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:q_extract - remove an entity from a tree.*@root: the tree root.*@entity: the entity to remove.

Proto:static void bfq_extract(struct rb_root *root, struct bfq_entity *entity)

Type:void

Parameter:

TypeParameterName
struct rb_root *root
struct bfq_entity *entity
335  tree the entity is enqueued into; %NULL if not on a tree = NULL
336  rb_erase( & service_tree member , root)
Caller
NameDescribe
bfq_idle_extractq_idle_extract - extract an entity from the idle tree.*@st: the service tree of the owning @entity.*@entity: the entity being removed.
bfq_active_extractq_active_extract - remove an entity from the active tree.*@st: the service_tree containing the tree.*@entity: the entity being removed.