Searched refs:sleep (Results 51 - 75 of 644) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-davinci/
H A DMakefile22 obj-$(CONFIG_ARCH_DAVINCI_DA850) += pm.o sleep.o
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_lag.sh57 sleep 1
73 sleep 1
107 sleep 1
118 sleep 1
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_igmp.sh111 sleep 5
127 sleep 5
148 sleep 1
173 sleep 1
227 sleep 1
248 sleep 1
287 sleep 1
331 sleep 1
354 sleep 1
377 sleep
[all...]
H A Dmirror_gre_vlan_bridge_1q.sh161 sleep 1
165 sleep 1
194 sleep 1
200 sleep 1
234 sleep 5
242 sleep 5
276 sleep 1
294 sleep 1
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dmpc8568si-pre.dtsi64 sleep = <&pmc 0x00008000 // core
H A Dmpc8569si-pre.dtsi63 sleep = <&pmc 0x00008000 // core
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Dtrace_printk.tc12 sleep 1
H A Devent-no-pid.tc61 sleep .001 || usleep 1 || sleep 1
/linux-master/tools/testing/selftests/cgroup/
H A Dwith_stress.sh11 sleep 0.01
22 sleep 0.011
/linux-master/drivers/net/netdevsim/
H A Dudp_tunnels.c21 if (ns->udp_ports.sleep)
22 msleep(ns->udp_ports.sleep);
50 if (ns->udp_ports.sleep)
51 msleep(ns->udp_ports.sleep);
173 ns->udp_ports.sleep = nsim_dev->udp_ports.sleep;
182 if (ns->udp_ports.sleep)
216 &nsim_dev->udp_ports.sleep);
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dfib_notifications.sh94 sleep 1
96 sleep 1
143 sleep 1
148 sleep 1
150 sleep 1
186 sleep 1
191 sleep 1
193 sleep 1
/linux-master/tools/testing/ktest/examples/
H A Dkvm.conf81 POWER_CYCLE = virsh destroy ${MACHINE}; sleep 5; virsh start ${MACHINE}
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-stress50 sleep 10
H A Dssve-stress50 sleep 10
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dmultiple_kprobes.tc34 sleep 5
/linux-master/tools/perf/tests/shell/
H A Dstat_all_metrics.sh14 result=$(perf stat -M "$m" -a sleep 0.01 2>&1)
H A Dstat_bpf_counters_cgrp.sh51 check_system_wide_counted_output=$(perf stat -a --bpf-counters --for-each-cgroup ${test_cgroups} -e cpu-clock -x, sleep 1 2>&1)
63 check_cpu_list_counted_output=$(perf stat -C 0,1 --bpf-counters --for-each-cgroup ${test_cgroups} -e cpu-clock -x, taskset -c 1 sleep 1 2>&1)
H A Drecord_offcpu.sh42 if ! perf record --off-cpu -e dummy -o ${perfdata} sleep 1 2> /dev/null
54 if ! perf report -i ${perfdata} -q --percent-limit=90 | grep -E -q sleep
H A Ddaemon.sh147 sleep 0.05
171 run = -e cpu-clock -m 1 sleep 10
174 run = -e task-clock -m 1 sleep 10
192 check_line_other "${line}" size "-e cpu-clock -m 1 sleep 10" ${base}/session-size \
200 check_line_other "${line}" time "-e task-clock -m 1 sleep 10" ${base}/session-time \
226 run = -e cpu-clock -m 1 sleep 10
229 run = -e task-clock -m 1 sleep 10
241 check_line_other "${line}" time "-e task-clock -m 1 sleep 10" ${base}/session-time \
253 run = -e cpu-clock -m 1 sleep 10
256 run = -e cpu-clock -m 1 sleep 1
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_hotplug.tc39 (echo "forked"; sleep 1)
/linux-master/kernel/sched/
H A Dstats.h112 bool sleep);
142 static inline void psi_dequeue(struct task_struct *p, bool sleep) argument
148 * A voluntary sleep is a dequeue followed by a task switch. To
153 if (sleep)
165 * deregister its sleep-persistent psi states from the old
180 bool sleep)
185 psi_task_switch(prev, next, sleep);
190 static inline void psi_dequeue(struct task_struct *p, bool sleep) {} argument
194 bool sleep) {}
178 psi_sched_switch(struct task_struct *prev, struct task_struct *next, bool sleep) argument
192 psi_sched_switch(struct task_struct *prev, struct task_struct *next, bool sleep) argument
/linux-master/drivers/infiniband/hw/hfi1/
H A Diowait.c34 * @sleep: sleep function for no space
44 int (*sleep)(struct sdma_engine *sde,
62 wait->sleep = sleep;
/linux-master/tools/net/ynl/
H A Dcli.py29 parser.add_argument('--sleep', dest='sleep', type=int)
66 if args.sleep:
67 time.sleep(args.sleep)
/linux-master/arch/powerpc/platforms/powermac/
H A DMakefile17 sleep.o low_i2c.o cache.o pfunc_core.o \
/linux-master/include/linux/
H A Dpmu.h50 extern void pmu_backlight_set_sleep(int sleep);

Completed in 158 milliseconds

1234567891011>>