Home
last modified time | relevance | path

Searched refs:bfq_update_min (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-wf2q.c394 * bfq_update_min - update the min_start field of a entity.
403 static void bfq_update_min(struct bfq_entity *entity, struct rb_node *node) in bfq_update_min() function
427 bfq_update_min(entity, node->rb_right); in bfq_update_active_node()
428 bfq_update_min(entity, node->rb_left); in bfq_update_active_node()
/kernel/linux/linux-6.6/block/
H A Dbfq-wf2q.c402 * bfq_update_min - update the min_start field of a entity.
411 static void bfq_update_min(struct bfq_entity *entity, struct rb_node *node) in bfq_update_min() function
435 bfq_update_min(entity, node->rb_right); in bfq_update_active_node()
436 bfq_update_min(entity, node->rb_left); in bfq_update_active_node()

Completed in 6 milliseconds