Home
last modified time | relevance | path

Searched refs:sleeps (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/Documentation/
Dworkqueue.txt122 whenever an active worker wakes up or sleeps and keeps track of the
262 w0 burns CPU for 5ms then sleeps for 10ms then burns CPU for 5ms
272 5 w0 sleeps
276 25 w1 sleeps
279 40 w2 sleeps
286 5 w0 sleeps
288 10 w1 sleeps
290 15 w2 sleeps
300 5 w0 sleeps
302 10 w1 sleeps
[all …]
Dhwspinlock.txt127 from any context (the function never sleeps). Note: code should _never_
/linux-4.1.27/include/linux/
Dlp.h37 unsigned long sleeps; member
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei-client-bus.txt49 routines. The latter is synchronous (blocks and sleeps until data shows up).
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt44 caller sleeps waiting for it. Thus, it is possible to issue multiple read commands to different
/linux-4.1.27/Documentation/usb/
Dcallbacks.txt48 context. You may sleep. However, it is important that all sleeps have a
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt77 the task is added to the wait-queue and sleeps until woken up by the
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc292 // Main program loop, very simple, sleeps until woken up by the interrupt
Dhub.fuc218 // Main program loop, very simple, sleeps until woken up by the interrupt
/linux-4.1.27/Documentation/timers/
Dhighres.txt218 reprograms the sched_tick to this future event, to allow longer idle sleeps
/linux-4.1.27/Documentation/powerpc/
Deeh-pci-error-recovery.txt178 for ethernet cards, and so on. This handler then sleeps for 5 seconds,
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt167 >>> thus, if one device sleeps/schedules, all devices are affected.
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_iba7322.c7094 u32 sleeps = 0; in qib_7322_txchk_change() local
7127 if (sleeps == QTXSLEEPS) in qib_7322_txchk_change()
7131 sleeps++; in qib_7322_txchk_change()
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt645 transaction commit or CIL flush side sleeps with the lock held.
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc1350 lpfc_sli_issue_iocb_wait now sleeps uninterruptible.