Home
last modified time | relevance | path

Searched refs:deepest (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/block/
H A Dbfq-wf2q.c546 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 = deepest->rb_right; in bfq_find_deepest()
558 else if (rb_parent(deepest) != node) in bfq_find_deepest()
559 deepest = rb_parent(deepest); in bfq_find_deepest()
562 return deepest; in bfq_find_deepest()
/openbmc/linux/drivers/cpuidle/
H A DKconfig.mips17 the deepest idle states you will need to ensure that you are
/openbmc/linux/scripts/
H A Dspdxcheck.py117 self.deepest = 0
/openbmc/linux/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst102 into the deepest available idle state. While doing that, each of them
H A Dsleep-states.rst35 working state), such that the processors can spend time in their deepest idle
H A Dcpuidle.rst347 <menu-gov_>`_: it always tries to find the deepest idle state suitable for the
366 deepest level (i.e. the idle state of the unit containing all of the other
/openbmc/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst478 device. It sets the cooling device to the deepest cooling state if
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt971 pwrx: deepest cstate: 2 last cstate: 2 wake reason: 0x4
/openbmc/qemu/qapi/
H A Dblock-core.json1781 # If not specified, this is the deepest backing image.