Searched refs:schedule_hrtimeout_range (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | hrtimer.h | 515 extern int schedule_hrtimeout_range(ktime_t *expires, u64 delta,
|
/linux-6.3-rc2/kernel/time/ |
A D | hrtimer.c | 2358 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range() function 2364 EXPORT_SYMBOL_GPL(schedule_hrtimeout_range); 2395 return schedule_hrtimeout_range(expires, 0, mode); in schedule_hrtimeout()
|
A D | timer.c | 2363 if (!schedule_hrtimeout_range(&exp, delta, HRTIMER_MODE_ABS)) in usleep_range_state()
|
/linux-6.3-rc2/drivers/media/pci/pt3/ |
A D | pt3.c | 449 schedule_hrtimeout_range(&delay, in pt3_fetch_thread()
|
/linux-6.3-rc2/drivers/media/pci/pt1/ |
A D | pt1.c | 514 schedule_hrtimeout_range(&delay, in pt1_thread()
|
/linux-6.3-rc2/kernel/rcu/ |
A D | tasks.h | 713 schedule_hrtimeout_range(&exp, jiffies_to_nsecs(HZ / 2), HRTIMER_MODE_REL_HARD); in rcu_tasks_wait_gp()
|
/linux-6.3-rc2/fs/ |
A D | select.c | 244 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()
|
A D | eventpoll.c | 1880 timed_out = !schedule_hrtimeout_range(to, slack, in ep_poll()
|
/linux-6.3-rc2/ipc/ |
A D | sem.c | 2168 timed_out = !schedule_hrtimeout_range(exp, in __do_semtimedop()
|
/linux-6.3-rc2/kernel/ |
A D | signal.c | 3608 ret = schedule_hrtimeout_range(to, tsk->timer_slack_ns, in do_sigtimedwait()
|
/linux-6.3-rc2/Documentation/trace/ |
A D | histogram.rst | 2034 schedule_hrtimeout_range+0x13/0x20 2078 schedule_hrtimeout_range+0x13/0x20
|
A D | ftrace.rst | 2345 yum-updatesd-3111 [003] 1637.254681: hrtimer_cancel <-schedule_hrtimeout_range
|
Completed in 65 milliseconds