Home
last modified time | relevance | path

Searched refs:deepest (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-wf2q.c435 * @node must be the deepest modified node after an update. This function
540 * bfq_find_deepest - find the deepest node that an extraction can modify.
544 * node that will replace @node, and returning the deepest node that
550 struct rb_node *deepest; in bfq_find_deepest() local
553 deepest = rb_parent(node); in bfq_find_deepest()
555 deepest = node->rb_left; in bfq_find_deepest()
557 deepest = node->rb_right; in bfq_find_deepest()
559 deepest = rb_next(node); in bfq_find_deepest()
560 if (deepest->rb_right) in bfq_find_deepest()
561 deepest in bfq_find_deepest()
[all...]
/kernel/linux/linux-6.6/block/
H A Dbfq-wf2q.c443 * @node must be the deepest modified node after an update. This function
536 * bfq_find_deepest - find the deepest node that an extraction can modify.
540 * node that will replace @node, and returning the deepest node that
546 struct rb_node *deepest; in bfq_find_deepest() local
549 deepest = rb_parent(node); in bfq_find_deepest()
551 deepest = node->rb_left; in bfq_find_deepest()
553 deepest = node->rb_right; in bfq_find_deepest()
555 deepest = rb_next(node); in bfq_find_deepest()
556 if (deepest->rb_right) in bfq_find_deepest()
557 deepest in bfq_find_deepest()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py97 self.deepest = 0
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py117 self.deepest = 0

Completed in 4 milliseconds