Home
last modified time | relevance | path

Searched refs:idling (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/Documentation/block/
Dcfq-iosched.txt26 Setting slice_idle to 0 will remove all the idling on queues/service tree
71 This parameter forces idling at the CFQ group level instead of CFQ
75 slice_idle=0 and group_idle=8, so that idling does not happen on individual
78 Not idling on individual queues in the group will dispatch requests from
229 The rationale behind idling is that it can cut down on number of seeks
250 All async writes go on async service tree. There is no idling on async
255 flight at a time), then it cuts down on idling of individual queues and
257 tree idling provides isolation with buffered write queues on async tree.
284 Hence doing tree idling on threads using REQ_NOIDLE flag on requests
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt270 spent idling for one of the queues of the cgroup. This is in
277 This is the amount of time spent by the IO scheduler idling for a
280 when the cgroup is in an idling state, the stat will only report the
378 If one disables idling on individual cfq queues and cfq service trees by
/linux-4.1.27/include/linux/spi/
Dspi.h423 bool idling; member
/linux-4.1.27/drivers/spi/
Dspi.c799 if (master->idling) { in __spi_pump_messages()
821 master->idling = true; in __spi_pump_messages()
839 master->idling = false; in __spi_pump_messages()
/linux-4.1.27/drivers/acpi/
DKconfig209 processors in the platform. Currently only logical processor idling
291 like aggressive processor idling, throttling, frequency and/or
/linux-4.1.27/Documentation/power/
Dsuspend-and-interrupts.txt98 system sleep state that works by idling all of the processors and waiting for
/linux-4.1.27/Documentation/
Drpmsg.txt25 while the main CPU is idling.
/linux-4.1.27/Documentation/PCI/
Dpci.txt117 Intended to stop any idling DMA operations.
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt390 C-states, or idling states of the processor, especially C1E and deeper sleep
/linux-4.1.27/block/
Dcfq-iosched.c483 CFQG_FLAG_FNS(idling) in CFQG_FLAG_FNS() argument