Searched refs:sleep (Results 51 - 75 of 642) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_red.sh214 sleep 1
224 sleep 5
242 sleep 5
290 sleep 1
303 sleep 1
313 sleep 1
326 sleep 1
357 sleep 1
372 sleep 1
384 sleep
[all...]
H A Dsch_ets_tests.sh95 sleep 10
99 sleep 10
H A Dsch_tbf_core.sh216 sleep 5 # Wait for the burst to dwindle
219 sleep 10
H A Drouter_mpath_nh_res.sh348 sleep 10
351 sleep 10
354 sleep 10
361 sleep 10
364 sleep 10
367 sleep 10
H A Drouter_mpath_nh_lib.sh16 sleep 2
27 sleep 2
H A Dlib.sh137 loopy_wait "sleep 0.1" "$((timeout_sec * 1000))" "$@"
733 sleep 1
735 sleep $wait_time
753 sleep $WAIT_TIME
1559 sleep 1
1567 sleep 1
1574 sleep 1
1584 sleep $((ageing_time + 10))
1593 sleep 1
1627 sleep
[all...]
/linux-master/tools/testing/selftests/net/
H A Dbpf_offload.py206 time.sleep(0.05)
214 time.sleep(0.05)
403 time.sleep(0.05)
H A Damt.sh237 sleep 2
244 sleep 2
279 sleep 5
H A Dtest_bridge_neigh_suppress.sh128 sleep 0.1
276 sleep 5
/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_rights.c116 sleep(1);
/linux-master/tools/testing/selftests/drivers/net/microchip/
H A Dksz9477_qos.sh229 sleep 6
/linux-master/tools/testing/selftests/drivers/net/lib/py/
H A Dload.py16 time.sleep(0.1)
23 time.sleep(0.1)
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dpp_alloc_fail.py55 time.sleep(1)
81 time.sleep(3)
109 time.sleep(0.1)
115 time.sleep(0.1)
H A Dethtool_mm.sh62 sleep 1
135 sleep 1
201 sleep 2
222 sleep 2
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c932 sleep(rate);
H A Dtest_tc_tunnel.sh51 sleep 1
100 sleep 0.1
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c557 sleep(1);
/linux-master/tools/net/ynl/
H A Dcli.py46 parser.add_argument('--sleep', dest='sleep', type=int)
83 if args.sleep:
84 time.sleep(args.sleep)
/linux-master/tools/bpf/bpftool/
H A Dprog.c2433 sleep(duration);
/linux-master/fs/
H A Dfs-writeback.c1544 int sleep; variable
1547 sleep = inode->i_state & I_SYNC;
1549 if (sleep)
/linux-master/fs/btrfs/
H A Ddisk-io.c1500 /* Make the cleaner go to sleep early. */
1502 goto sleep;
1509 goto sleep;
1512 goto sleep;
1520 goto sleep;
1553 sleep:
1587 goto sleep;
1598 goto sleep;
1608 goto sleep;
1615 sleep
[all...]
/linux-master/drivers/net/netdevsim/
H A Dnetdevsim.h129 u32 sleep; member in struct:netdevsim::__anon932
335 u32 sleep; member in struct:nsim_dev::__anon933
/linux-master/drivers/md/
H A Dmd-bitmap.c72 * In general it is not permitted to sleep in that context as it
537 pr_debug(" daemon sleep: %us\n", le32_to_cpu(sb->daemon_sleep));
688 reason = "daemon sleep period out of range";
1782 long sleep; local
1790 sleep = mddev->bitmap_info.daemon_sleep * 2;
1791 bitmap->daemon_lastrun -= sleep;
1793 bitmap->daemon_lastrun -= sleep;
1795 bitmap->daemon_lastrun -= sleep;
/linux-master/drivers/crypto/
H A Datmel-i2c.c221 u8 sleep = SLEEP_TOKEN; local
223 return i2c_master_send(client, &sleep, 1);
233 * device. After the watchdog timer expires, the device enters sleep mode
238 * counter other than to put the device into sleep or idle mode and then
/linux-master/drivers/acpi/
H A DMakefile30 acpi-$(CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT) += sleep.o

Completed in 284 milliseconds

1234567891011>>