Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/Documentation/
Dperf-inject.txt45 tasks slept. sched_switch contains a callchain where a task slept and
46 sched_stat contains a timeslice how long a task slept.
/Linux-v5.15/tools/tracing/latency/
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()
/Linux-v5.15/drivers/md/
Ddm-kcopyd.c123 int slept = 0, skew; in io_job_start() local
157 if (unlikely(skew > 0) && slept < MAX_SLEEPS) { in io_job_start()
158 slept++; in io_job_start()
/Linux-v5.15/scripts/
Dspelling.txt1347 sleeped||slept
/Linux-v5.15/Documentation/kernel-hacking/
Dhacking.rst183 After you slept you should check if a signal occurred: the Unix/Linux
Dlocking.rst1135 RCU then waits until every other CPU has slept at least once: since
/Linux-v5.15/Documentation/process/
Dcoding-style.rst745 because they slept or did something else for a while.