Searched refs:weights_node (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.h | 115 struct rb_node weights_node; member
|
H A D | bfq-iosched.c | 694 weights_node); in bfq_asymmetric_scenario() 755 weights_node); in bfq_weights_tree_add() 789 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add() 790 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add() 815 rb_erase_cached(&bfqq->weight_counter->weights_node, root); in __bfq_weights_tree_remove()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.h | 121 struct rb_node weights_node; member
|
H A D | bfq-iosched.c | 863 weights_node); in bfq_asymmetric_scenario() 924 weights_node); in bfq_weights_tree_add() 958 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add() 959 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add() 985 rb_erase_cached(&bfqq->weight_counter->weights_node, root); in bfq_weights_tree_remove()
|
Completed in 22 milliseconds