Lines Matching refs:enter
32 (from the kernel perspective) and ask the processor to use (or "enter") that
41 to enter, *drivers* that pass the governors' decisions on to the hardware and
50 select an idle state to ask the processor to enter in order to save some energy.
92 processor holding the given CPU can be asked to enter).
131 the scheduler tick before asking the processor to enter the selected
134 processor will be asked to enter the selected idle state without
137 asking the processor to enter the idle state).
173 idle states that the processor hardware can be asked to enter shared by all of
190 enter it (which may be substantial) to save more energy than could
195 Maximum time it will take a CPU asking the processor to enter this idle
203 "loop" that can be used in order to avoid asking the processor to enter
207 The :c:member:`enter` callback pointer in |struct cpuidle_state|, which must not
209 enter this particular idle state:
213 void (*enter) (struct cpuidle_device *dev, struct cpuidle_driver *drv,
221 enter.
225 The difference between in and ``->enter()`` is that it must not re-enable
227 clock event devices, which the ``->enter()`` callback may do sometimes.