Searched full:sleeps (Results 1 – 25 of 122) sorted by relevance
12345
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | workqueue.rst | 235 5 w0 sleeps 239 25 w1 sleeps 242 40 w2 sleeps 249 5 w0 sleeps 251 10 w1 sleeps 253 15 w2 sleeps 263 5 w0 sleeps 265 10 w1 sleeps 270 25 w2 sleeps 278 5 w0 sleeps [all …]
|
/linux-6.12.1/Documentation/core-api/ |
D | workqueue.rst | 125 whenever an active worker wakes up or sleeps and keeps track of the 273 w0 burns CPU for 5ms then sleeps for 10ms then burns CPU for 5ms 283 5 w0 sleeps 287 25 w1 sleeps 290 40 w2 sleeps 297 5 w0 sleeps 299 10 w1 sleeps 301 15 w2 sleeps 311 5 w0 sleeps 313 10 w1 sleeps [all …]
|
/linux-6.12.1/mm/ |
D | mempool.c | 161 * only sleeps if the free_fn() function sleeps. 183 * only sleeps if the free_fn() function sleeps. 376 * this function only sleeps if the alloc_fn() function sleeps or 496 * this function only sleeps if the free_fn() function sleeps.
|
/linux-6.12.1/kernel/ |
D | latencytop.c | 14 * because the kernel sleeps on its behalf for various reasons. 169 * sleeps: specifically, interruptible sleep longer than 5 msec is skipped 186 /* Negative sleeps are time going backwards */ in __account_scheduler_latency() 187 /* Zero-time sleeps are non-interesting */ in __account_scheduler_latency()
|
/linux-6.12.1/kernel/locking/ |
D | lock_events_list.h | 55 LOCK_EVENT(rwsem_sleep_reader) /* # of reader sleeps */ 56 LOCK_EVENT(rwsem_sleep_writer) /* # of writer sleeps */
|
/linux-6.12.1/drivers/staging/rtl8192e/ |
D | TODO | 11 * Fix bugs due to code that sleeps in atomic context.
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-eevdf.rst | 27 by sleeping briefly to reset their negative lag: when a task sleeps, it
|
/linux-6.12.1/kernel/sched/ |
D | stats.h | 120 * PSI tracks state that persists across sleeps, such as iowaits and 121 * memory stalls. As a result, it has to distinguish between sleeps,
|
/linux-6.12.1/tools/testing/selftests/pidfd/ |
D | pidfd_poll_test.c | 62 /* Child process just sleeps for a min and exits */ in main()
|
/linux-6.12.1/include/linux/ |
D | lp.h | 38 unsigned long sleeps; member
|
D | torture.h | 84 /* Definitions for high-resolution-timer sleeps. */
|
D | swait.h | 24 * - mixing INTERRUPTIBLE and UNINTERRUPTIBLE sleeps on the same waitqueue;
|
/linux-6.12.1/tools/testing/selftests/x86/ |
D | sysret_ss_attrs.c | 26 * Do our best to cause sleeps on this CPU to exit the kernel and in threadproc()
|
/linux-6.12.1/kernel/time/ |
D | tick-sched.h | 43 * timer is modified for nohz sleeps. This is necessary
|
/linux-6.12.1/drivers/usb/usbip/ |
D | vhci.h | 47 /* vhci_tx thread sleeps for this queue */
|
/linux-6.12.1/drivers/misc/ibmasm/ |
D | event.c | 75 * Sleeps until a new event is available.
|
/linux-6.12.1/Documentation/driver-api/usb/ |
D | callbacks.rst | 63 context. You may sleep. However, it is important that all sleeps have a
|
/linux-6.12.1/tools/lib/perf/Documentation/ |
D | libperf-sampling.txt | 42 - sleeps for 3 seconds
|
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | syna,rmi4.yaml | 87 The time period that the device sleeps between finger activity.
|
/linux-6.12.1/drivers/gpu/drm/ttm/tests/ |
D | ttm_bo_test.c | 35 .description = "Cannot be interrupted and sleeps", 45 .description = "Can be interrupted, sleeps",
|
/linux-6.12.1/sound/soc/intel/common/ |
D | sst-dsp.c | 152 * split the loop into sleeps of varying resolution. more accurately, in sst_dsp_register_poll()
|
/linux-6.12.1/Documentation/locking/ |
D | mutex-design.rst | 66 the task is added to the wait-queue and sleeps until woken up by the
|
/linux-6.12.1/Documentation/arch/x86/ |
D | buslock.rst | 123 throttled by enforced sleeps until the rate goes under the limit again.
|
/linux-6.12.1/drivers/s390/scsi/ |
D | zfcp_diag.c | 182 /* unlocked, because update function sleeps */ in __zfcp_diag_update_buffer()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/ |
D | prph.h | 108 * When powering back up after sleeps (or during initial uCode load), the BSM 230 * BSM special memory, stays powered on during power-save sleeps.
|
12345