Searched refs:sleep (Results 1 - 25 of 644) sorted by last modified time

1234567891011>>

/linux-master/kernel/
H A Dworkqueue.c1422 * wq_worker_sleeping - a worker is going to sleep
1423 * @task: task going to sleep
1426 * going to sleep.
1528 * to sleep. It's used by psi to identify aggregation workers during
1530 * worker is the last task in the system or cgroup to go to sleep.
2788 * Might sleep. Does GFP_KERNEL allocations.
3401 goto sleep;
3433 sleep:
3436 * manage, sleep. Workers are woken up only while holding
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c136 sleep(SLEEP_ON_ABORT);
455 sleep(30);
H A Drun_vmtests.sh217 sleep 2
219 sleep 2
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c385 sleep(TEST_RETRANSMIT_SEC);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c272 int sleep = 15000; local
273 int timeout = 100 * sleep;
276 return read_poll_timeout(mtk_wed_check_busy, val, !val, sleep,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh560 sleep 0.1
580 sleep 0.1
595 sleep 0.1
798 sleep 1
851 [ $addr_nr_ns1 -gt 0 ] && [ $addr_nr_ns2 -lt 0 ] && sleep 1
911 sleep 1
995 sleep 1
1060 ( cat "$cinfail" ; sleep 2; link_failure $listener_ns ; cat "$cinfail" ) | \
1084 sleep 1
1480 # for bidirectional transfer, if one peer sleep fo
[all...]
H A Dmptcp_connect.sh370 sleep 1
420 sleep 1
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh197 sleep 0.1
312 sleep 5
2396 sleep 30
H A Dveth.sh112 sleep 0.1
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d_ipv6.sh324 sleep 5
329 sleep 1
331 sleep 5
520 sleep 1
657 sleep 1
726 sleep 1
747 sleep 1
H A Dvxlan_bridge_1q_ipv6.sh419 sleep 5
434 sleep 5
646 sleep 1
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c669 * IER sleep support. UARTs which have EFRs need the "extended
673 static void serial8250_set_sleep(struct uart_8250_port *p, int sleep) argument
689 serial_out(p, UART_IER, sleep ? UART_IERX_SLEEP : 0);
3363 /* check scratch reg to see if port powered off during system sleep */
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c1428 short sleep; local
1443 sleep = rtllib_sta_ps_sleep(ieee, &time);
1444 /* 2 wake, 1 sleep, 0 do nothing */
1445 if (sleep == 0)
1447 if (sleep == 1) {
1464 } else if (sleep == 2) {
/linux-master/arch/arm/kernel/
H A DMakefile49 obj-$(CONFIG_ARM_CPU_SUSPEND) += sleep.o suspend.o
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_top.c898 sleep(params->sleep_time);
931 sleep(1);
H A Dtimerlat_hist.c1078 sleep(params->sleep_time);
1104 sleep(1);
/linux-master/include/trace/events/
H A Dsunrpc.h463 DEFINE_RPC_QUEUED_EVENT(sleep); variable
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c4391 static int irdma_create_hw_ah(struct irdma_device *iwdev, struct irdma_ah *ah, bool sleep) argument
4401 err = irdma_ah_cqp_op(rf, &ah->sc_ah, IRDMA_OP_AH_CREATE, sleep,
4409 if (!sleep) {
/linux-master/tools/crypto/ccp/
H A Dtest_dbc.py190 time.sleep(SET_DELAY)
233 time.sleep(SET_DELAY)
239 time.sleep(SET_DELAY)
251 time.sleep(SET_DELAY)
257 time.sleep(SET_DELAY)
269 time.sleep(SET_DELAY)
/linux-master/fs/nfs/
H A Dpnfs.c1608 bool sleep = false; local
1616 sleep = true;
1619 return sleep;
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c912 goto sleep;
917 goto sleep;
953 goto sleep;
968 sleep:
/linux-master/drivers/media/tuners/
H A Dxc4000.c1634 .sleep = xc4000_sleep,
H A Dtda18271-fe.c1235 .sleep = tda18271_sleep,
/linux-master/drivers/media/dvb-frontends/
H A Dzl10036.c253 /* minimal sleep time to be calculated
443 .sleep = zl10036_sleep,
H A Dstv0367.c1682 .sleep = stv0367ter_sleep,
2849 .sleep = stv0367cab_sleep,
3261 .sleep = stv0367ddb_sleep,

Completed in 360 milliseconds

1234567891011>>