Searched refs:sleep (Results 101 - 125 of 644) sorted by relevance

1234567891011>>

/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/tools/laptop/dslm/
H A Ddslm.c28 * 1 = active, 0 = standby/sleep, -1 = unknown */
88 sleep(1);
114 printf(" Time in sleep state: %lus (%.2f%%)\n", sleep_time, tmp);
155 sleep(settle_time);
/linux-master/tools/power/cpupower/bench/
H A Dmain.c20 {"sleep", 1, 0, 's'},
30 {"sleep-step", 1, 0, 'y'},
44 printf(" -s, --sleep=<long int>\t\tinitial sleep time in us\n");
46 printf(" -y, --sleep-step=<long int>\ttime to be added to sleep time, in us\n");
50 printf(" -n, --cycles=<int>\t\t\tload/sleep cycles\n");
51 printf(" -r, --rounds<int>\t\t\tload/sleep rounds\n");
93 sscanf(optarg, "%li", &config->sleep);
94 dprintf("user sleep tim
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/direct/
H A Dftrace-direct.tc12 sleep 1
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh95 sleep 10
99 sleep 10
H A Drouter_mpath_nh_lib.sh16 sleep 2
27 sleep 2
/linux-master/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance.tc59 sleep 1
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh415 sleep 6
441 sleep 4
450 sleep 4
476 sleep 2
478 sleep 4
484 sleep 4
511 sleep 2
513 sleep 4
542 sleep 2
544 sleep
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Djitter.sh13 # sleepmax: Maximum microseconds to sleep, defaults to one second.
86 sleep .$sleeptime
/linux-master/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c162 sleep(1); /* First 5 alarms, do nothing */
168 sleep(3);
/linux-master/arch/arm/mach-s3c/
H A DMakefile.s3c64xx9 obj-$(CONFIG_PM_SLEEP) += sleep-s3c64xx.o
/linux-master/arch/arm/mach-pxa/
H A DMakefile8 obj-$(CONFIG_PM) += pm.o sleep.o standby.o
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_macvlan.sh61 sleep 2
73 sleep 5
/linux-master/tools/testing/selftests/netfilter/
H A Dsctp_collision.c56 sleep(1); /* wait a bit for client's INIT */
82 sleep(1); /* wait a bit for server's delayed INIT_ACK to reproduce the issue */
/linux-master/tools/perf/scripts/python/
H A Dsctop.py89 time.sleep(interval)
/linux-master/tools/testing/selftests/bpf/
H A Dwith_addr.sh36 sleep 2 # avoid race causing bind to fail
/linux-master/tools/testing/selftests/media_tests/
H A Dmedia_device_test.c100 sleep(10);
/linux-master/drivers/media/dvb-frontends/
H A Ddib0070.h25 int (*sleep) (struct dvb_frontend *, int); member in struct:dib0070_config
/linux-master/tools/testing/radix-tree/
H A Diteration_check_2.c76 sleep(test_duration);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c63 sleep(60);
/linux-master/drivers/nfc/s3fwrn5/
H A Ds3fwrn5.h25 void (*set_wake)(void *id, bool sleep);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol.c123 .sleep.target = 0,
124 .sleep.state = state,
164 /* Wakeup from device sleep if it is not ACTIVE */
172 void ipc_protocol_s2idle_sleep(struct iosm_protocol *ipc_protocol, bool sleep) argument
174 ipc_pm_set_s2idle_sleep(&ipc_protocol->pm, sleep);
191 /* Send the sleep message for sync sys calls. */
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_policer.sh185 sleep 10
197 sleep 10
219 sleep 5 # Take measurements when rate is stable
240 sleep 5 # Take measurements when rate is stable
/linux-master/samples/bpf/
H A Dsockex1_user.c59 sleep(1);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dstacktrace_map_skip.c37 sleep(1);

Completed in 306 milliseconds

1234567891011>>