Searched refs:sleep (Results 226 - 250 of 644) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_signal.c127 sleep(1);
/linux-master/samples/bpf/
H A Dtracex3_user.c174 sleep(2);
H A Doffwaketime_user.c144 sleep(delay);
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.sh114 sleep 0.2
H A Dio_uring_zerocopy_tx.sh120 sleep 0.2
/linux-master/tools/lib/perf/Documentation/examples/
H A Dsampling.c77 sleep(3);
/linux-master/tools/testing/selftests/mm/
H A Dmrelease_test.c41 sleep(1);
/linux-master/tools/testing/selftests/timers/
H A Draw_skew.c116 sleep(120);
H A Dthreadtest.c173 sleep(1);
/linux-master/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c36 sleep(1);
/linux-master/drivers/bluetooth/
H A Dhci_h5.c96 } sleep; member in struct:h5
172 if (h5->sleep != H5_AWAKE) {
173 h5->sleep = H5_SLEEPING;
370 BT_DBG("Peer went to sleep");
371 h5->sleep = H5_SLEEPING;
375 h5->sleep = H5_AWAKE;
379 h5->sleep = H5_AWAKE;
746 if (h5->sleep != H5_AWAKE) {
749 if (h5->sleep == H5_WAKING_UP)
752 h5->sleep
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh400 sleep 5
415 sleep 5
504 sleep 1
707 sleep 1
730 sleep 1
742 sleep 1
753 sleep 60
774 sleep 1
784 sleep 1
H A Dmirror_gre_lag_lacp.sh228 sleep 2
233 sleep 2
H A Dmirror_gre_bridge_1q_lag.sh241 sleep 2
246 sleep 2
H A Drouter_bridge_vlan.sh149 sleep 2
158 sleep 2
H A Drouter_bridge_lag.sh188 sleep 2
197 sleep 2
/linux-master/drivers/media/tuners/
H A Dtda827x.c229 if (priv->cfg && priv->cfg->sleep)
230 priv->cfg->sleep(fe);
442 if (priv->cfg && priv->cfg->sleep)
443 priv->cfg->sleep(fe);
804 return fe->ops.tuner_ops.sleep(fe);
816 .sleep = tda827x_initial_sleep,
832 .sleep = tda827xa_sleep,
857 fe->ops.tuner_ops.sleep = tda827xo_sleep;
/linux-master/tools/thermal/tmon/
H A Dtmon.c316 sleep(ticktime);
363 sleep(10);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_pm.c79 /* Wait for IPC_PM_ACTIVE_TIMEOUT_MS for Device sleep state
102 /* Reset the atomic variable in any case as device sleep
115 /* pending sleep ack and all conditions are cleared
140 * put on hold due to Device sleep state or due to TD update
169 case IPC_PM_UNIT_HS: /* Host sleep trigger requires Link. */
230 void ipc_pm_set_s2idle_sleep(struct iosm_pm *ipc_pm, bool sleep) argument
232 if (sleep) {
283 "loc-pm=%d sleep: confused req-pm=%d",
315 * and device sleep coordination.
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c109 sleep(1);
290 sleep(1);
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c34 sleep(30);
254 sleep(2); /* Wait for any grace periods. */
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_max_descriptors.sh256 sleep 5
272 sleep 1
H A Dqos_mc_aware.sh304 sleep 1
315 sleep 0.1
/linux-master/drivers/input/touchscreen/
H A Dcy8ctmg110_ts.c137 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) argument
141 if (sleep) {
/linux-master/drivers/infiniband/hw/hfi1/
H A Diowait.h59 * @sleep: no space callback
77 * The sleep and wakeup members are a
79 * speaking sleep or wake up, but they
100 int (*sleep)( member in struct:iowait
133 int (*sleep)(struct sdma_engine *sde,

Completed in 405 milliseconds

1234567891011>>