Searched refs:sleep (Results 276 - 300 of 644) sorted by relevance

<<11121314151617181920>>

/linux-master/samples/bpf/
H A Dxdp_adjust_tail_user.c60 sleep(STATS_INTERVAL_S);
H A Dtracex2_user.c177 sleep(1);
H A Dsampleip_user.c222 sleep(secs);
H A Dcpustat_user.c244 sleep(5);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_features.sh40 while sleep 1; do
/linux-master/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c233 sleep(100);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c673 unsigned long end, sleep; local
702 sleep = jiffies_to_usecs(delay) / 3;
703 usleep_range(sleep, 2 * sleep);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c124 sleep(rand() % 4);
240 * from sleep() loop, and creating/destroying BPF task-local storage on wakeup.
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre_scale.sh120 sleep 5
/linux-master/include/sound/
H A Drawmidi.h72 wait_queue_head_t sleep; member in struct:snd_rawmidi_runtime
/linux-master/tools/testing/selftests/net/forwarding/
H A Drouter_bridge_vlan_upper.sh153 sleep 2
H A Drouter_bridge_pvid_vlan_upper.sh120 sleep 1
/linux-master/tools/workqueue/
H A Dwq_monitor.py172 time.sleep(interval)
/linux-master/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh61 perf record -e sched:sched_switch -a -- sleep 1 > /dev/null 2>&1
H A Dtest_arm_coresight.sh172 sleep 1
H A Drecord.sh65 perf record -p "${TESTPID}" --per-thread -o "${perfdata}" sleep 1 2> /dev/null
/linux-master/drivers/media/dvb-frontends/
H A Dtda826x.c125 .sleep = tda826x_sleep,
/linux-master/drivers/media/tuners/
H A Dmt2060.c341 if (priv->sleep) {
370 if (priv->sleep)
397 .sleep = mt2060_sleep,
475 dev->sleep = true;
490 /* Power on, calibrate, sleep */
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_u.c201 sleep(1);
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh88 sleep 0.1
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_gyro.c107 unsigned int sleep; local
139 /* sleep maximum required time */
140 sleep = max(sleep_gyro, sleep_temp);
141 if (sleep)
142 msleep(sleep);
H A Dinv_icm42600_accel.c107 unsigned int sleep; local
139 /* sleep maximum required time */
140 sleep = max(sleep_accel, sleep_temp);
141 if (sleep)
142 msleep(sleep);
H A Dinv_icm42600_buffer.c387 unsigned int sleep; local
426 /* sleep maximum required time */
427 sleep = max(sleep_sensor, sleep_temp);
428 if (sleep)
429 msleep(sleep);
/linux-master/tools/testing/selftests/livepatch/
H A Dfunctions.sh119 # sleep $RETRY_INTERVAL between attempts
127 sleep $RETRY_INTERVAL
/linux-master/arch/arm64/kernel/
H A DMakefile48 obj-$(CONFIG_CPU_PM) += sleep.o suspend.o

Completed in 198 milliseconds

<<11121314151617181920>>