Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pcode.c126 int slept, wait = 10; in pcode_try_request() local
130 for (slept = 0; slept < timeout_us; slept += wait) { in pcode_try_request()
H A Dxe_gsc_proxy.c327 int slept; in xe_gsc_proxy_request_handler() local
334 for (slept = 0; slept < GSC_PROXY_INIT_TIMEOUT_MS; slept += 100) { in xe_gsc_proxy_request_handler()
H A Dxe_guc_pc.c126 int slept, wait = 10; in wait_for_pc_state() local
130 for (slept = 0; slept < timeout_us;) { in wait_for_pc_state()
135 slept += wait; in wait_for_pc_state()
137 if (slept + wait > timeout_us) in wait_for_pc_state()
138 wait = timeout_us - slept; in wait_for_pc_state()
/linux-6.15/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.txt834 sample period will have the time the task slept in nanoseconds.
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/scripts/
H A Dspelling.txt1497 sleeped||slept
/linux-6.15/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
/linux-6.15/Documentation/process/
H A Dcoding-style.rst772 because they slept or did something else for a while.