Home
last modified time | relevance | path

Searched refs:slept (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0006-automake-Remove-delays-in-configure-scripts-using-au.patch35 - echo "timestamp, slept: $am_has_slept" > conftest.file
61 -AS_IF([test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1],, [dnl
/openbmc/qemu/system/
H A Dcpus.c455 bool slept = false; in qemu_wait_io_event() local
458 if (!slept) { in qemu_wait_io_event()
459 slept = true; in qemu_wait_io_event()
464 if (slept) { in qemu_wait_io_event()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-inject.txt52 tasks slept. sched_switch contains a callchain where a task slept and
53 sched_stat contains a timeslice how long a task slept.
H A Dperf-record.txt818 sample period will have the time the task slept in nanoseconds.
/openbmc/linux/tools/tracing/latency/
H A Dlatency-collector.c1130 size_t bufspace, long slept, in print_tracefile() argument
1162 if (slept != 0) { in print_tracefile()
1163 slept_ms = slept / 1000; in print_tracefile()
1555 long slept = 0; in do_printloop() local
1595 slept = 0; in do_printloop()
1598 slept = go_to_sleep(&req); in do_printloop()
1599 if (slept >= 0) { in do_printloop()
1617 if (slept >= 0) in do_printloop()
1623 bufspace, slept, &req); in do_printloop()
/openbmc/linux/drivers/md/
H A Ddm-kcopyd.c126 int slept = 0, skew; in io_job_start() local
161 if (unlikely(skew > 0) && slept < MAX_SLEEPS) { in io_job_start()
162 slept++; in io_job_start()
/openbmc/u-boot/scripts/
H A Dspelling.txt1048 sleeped||slept
/openbmc/linux/scripts/
H A Dspelling.txt1425 sleeped||slept
/openbmc/linux/Documentation/kernel-hacking/
H A Dhacking.rst182 After you slept you should check if a signal occurred: the Unix/Linux
H A Dlocking.rst1135 RCU then waits until every other CPU has slept at least once: since
/openbmc/linux/Documentation/process/
H A Dcoding-style.rst780 because they slept or did something else for a while.