Home
last modified time | relevance | path

Searched full:sleeps (Results 1 – 25 of 84) sorted by relevance

1234

/linux/Documentation/translations/zh_CN/core-api/
H A Dworkqueue.rst235 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/samples/hung_task/
H A Dhung_task_tests.c47 /* First task sleeps here, interruptible */ in read_dummy_mutex()
65 /* First task sleeps here, interruptible */ in read_dummy_semaphore()
85 /* Sleeps here, potentially triggering hung task detection if lock is held too long */ in read_dummy_rwsem_read()
105 /* Sleeps here, potentially triggering hung task detection if lock is held too long */ in read_dummy_rwsem_write()
/linux/Documentation/core-api/
H A Dworkqueue.rst125 whenever an active worker wakes up or sleeps and keeps track of the
279 w0 burns CPU for 5ms then sleeps for 10ms then burns CPU for 5ms
289 5 w0 sleeps
293 25 w1 sleeps
296 40 w2 sleeps
303 5 w0 sleeps
305 10 w1 sleeps
307 15 w2 sleeps
317 5 w0 sleeps
319 10 w1 sleeps
[all …]
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_numa.c166 int sleeps = 10; in main() local
178 sleeps = atoi(optarg); in main()
236 sleep(sleeps); in main()
/linux/mm/
H A Dmempool.c212 * only sleeps if the free_fn() function sleeps.
234 * only sleeps if the free_fn() function sleeps.
551 * This function only sleeps if the alloc_fn callback sleeps, or when waiting
712 * This function only sleeps if the free_fn callback sleeps.
/linux/rust/kernel/time/
H A Ddelay.rs13 /// Sleeps for a given duration at least.
45 // the guarantee; `fsleep()` sleeps for at least the provided duration, in fsleep()
/linux/Documentation/scheduler/
H A Dsched-eevdf.rst27 by sleeping briefly to reset their negative lag: when a task sleeps, it
/linux/tools/testing/selftests/x86/
H A Dsysret_ss_attrs.c26 * Do our best to cause sleeps on this CPU to exit the kernel and in threadproc()
/linux/include/linux/
H A Dlp.h38 unsigned long sleeps; member
H A Dswait.h24 * - mixing INTERRUPTIBLE and UNINTERRUPTIBLE sleeps on the same waitqueue;
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c62 /* Child process just sleeps for a min and exits */ in main()
/linux/drivers/usb/usbip/
H A Dvhci.h47 /* vhci_tx thread sleeps for this queue */
/linux/kernel/sched/ext/
H A Darena.c95 * on failure. May grow the pool via scx_arena_grow() which sleeps. Caller must
/linux/Documentation/driver-api/usb/
H A Dcallbacks.rst63 context. You may sleep. However, it is important that all sleeps have a
/linux/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt42 - sleeps for 3 seconds
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_test.c35 .description = "Cannot be interrupted and sleeps",
45 .description = "Can be interrupted, sleeps",
/linux/Documentation/locking/
H A Dmutex-design.rst66 the task is added to the wait-queue and sleeps until woken up by the
/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.c24 * Background workload thread that sleeps and wakes rapidly to exercise
/linux/drivers/s390/scsi/
H A Dzfcp_diag.c182 /* unlocked, because update function sleeps */ in __zfcp_diag_update_buffer()
/linux/drivers/iio/light/
H A Dapds9999.c139 * plus margin. Each try sleeps 20 ms. in apds9999_read_channel()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dprph.h108 * When powering back up after sleeps (or during initial uCode load), the BSM
230 * BSM special memory, stays powered on during power-save sleeps.
/linux/drivers/platform/x86/amd/hsmp/
H A Dhsmp.c112 * a few short duration sleeps and switch to long sleeps if we don't in __hsmp_send_message()
/linux/arch/m68k/atari/
H A Dtime.c248 * progress (the UIP bit is set), the process sleeps for a while in atari_tt_hwclk()
/linux/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh260 # mptcp_connect will do some sleeps to allow the mp_join handshake
/linux/fs/ubifs/
H A Dcommit.c384 * This function sleeps until the commit operation is no longer running.
391 * The following sleeps if the condition is false, and will be woken in wait_for_commit()

1234