Home
last modified time | relevance | path

Searched refs:left (Results 1 – 2 of 2) sorted by relevance

/block/
Dblk-throttle.c33 struct rb_node *left; member
38 #define THROTL_RB_ROOT (struct throtl_rb_root) { .rb = RB_ROOT, .left = NULL, \
318 if (!root->left) in throtl_rb_first()
319 root->left = rb_first(&root->rb); in throtl_rb_first()
321 if (root->left) in throtl_rb_first()
322 return rb_entry_tg(root->left); in throtl_rb_first()
335 if (root->left == n) in throtl_rb_erase()
336 root->left = NULL; in throtl_rb_erase()
359 int left = 1; in tg_service_tree_add() local
369 left = 0; in tg_service_tree_add()
[all …]
Dcfq-iosched.c86 struct rb_node *left; member
981 if (st->left) { in update_min_vdisktime()
982 cfqg = rb_entry_cfqg(st->left); in update_min_vdisktime()
1170 if (!root->left) in cfq_rb_first()
1171 root->left = rb_first(&root->rb); in cfq_rb_first()
1173 if (root->left) in cfq_rb_first()
1174 return rb_entry(root->left, struct cfq_queue, rb_node); in cfq_rb_first()
1181 if (!root->left) in cfq_rb_first_group()
1182 root->left = rb_first(&root->rb); in cfq_rb_first_group()
1184 if (root->left) in cfq_rb_first_group()
[all …]