Lines Matching full:enter
27 (from the kernel perspective) and ask the processor to use (or "enter") that
36 to enter, *drivers* that pass the governors' decisions on to the hardware and
45 select an idle state to ask the processor to enter in order to save some energy.
86 processor holding the given CPU can be asked to enter).
125 the scheduler tick before asking the processor to enter the selected
128 processor will be asked to enter the selected idle state without
131 asking the processor to enter the idle state).
167 idle states that the processor hardware can be asked to enter shared by all of
184 enter it (which may be substantial) to save more energy than could
189 Maximum time it will take a CPU asking the processor to enter this idle
197 "loop" that can be used in order to avoid asking the processor to enter
201 The :c:member:`enter` callback pointer in struct cpuidle_state, which must not
203 enter this particular idle state:
207 void (*enter) (struct cpuidle_device *dev, struct cpuidle_driver *drv,
215 enter.
219 The difference between in and ``->enter()`` is that it must not re-enable
221 clock event devices, which the ``->enter()`` callback may do sometimes.