Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/Documentation/
Dperf-inject.txt41 tasks slept. sched_switch contains a callchain where a task slept and
42 sched_stat contains a timeslice how long a task slept.
/Linux-v4.19/drivers/md/
Ddm-kcopyd.c103 int slept = 0, skew; in io_job_start() local
137 if (unlikely(skew > 0) && slept < MAX_SLEEPS) { in io_job_start()
138 slept++; in io_job_start()
/Linux-v4.19/scripts/
Dspelling.txt1119 sleeped||slept
/Linux-v4.19/Documentation/kernel-hacking/
Dlocking.rst104 you **have** slept with someone crazier than yourself. And you should
1141 RCU then waits until every other CPU has slept at least once: since
Dhacking.rst183 After you slept you should check if a signal occurred: the Unix/Linux
/Linux-v4.19/Documentation/process/
Dcoding-style.rst684 because they slept or did something else for a while.
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4350 Yon Uriarte - Fixed the TUN/TAP network backend while I slept.