Searched refs:schedule_hrtimeout_range (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
H A D | hrtimer.h | 364 extern int schedule_hrtimeout_range(ktime_t *expires, u64 delta,
|
/linux/kernel/time/ |
H A D | hrtimer.c | 2325 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range() function 2331 EXPORT_SYMBOL_GPL(schedule_hrtimeout_range); 2362 return schedule_hrtimeout_range(expires, 0, mode); in schedule_hrtimeout()
|
H A D | timer.c | 2811 if (!schedule_hrtimeout_range(&exp, delta, HRTIMER_MODE_ABS)) in usleep_range_state()
|
/linux/drivers/media/pci/pt3/ |
H A D | pt3.c | 449 schedule_hrtimeout_range(&delay, in pt3_fetch_thread()
|
/linux/drivers/media/pci/pt1/ |
H A D | pt1.c | 514 schedule_hrtimeout_range(&delay, in pt1_thread()
|
/linux/fs/ |
H A D | select.c | 241 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()
|
H A D | eventpoll.c | 2062 timed_out = !schedule_hrtimeout_range(to, slack, in ep_poll()
|
/linux/kernel/rcu/ |
H A D | tasks.h | 869 schedule_hrtimeout_range(&exp, jiffies_to_nsecs(HZ / 2), HRTIMER_MODE_REL_HARD); in rcu_tasks_wait_gp()
|
/linux/ipc/ |
H A D | sem.c | 2166 timed_out = !schedule_hrtimeout_range(exp, in __do_semtimedop()
|
/linux/kernel/ |
H A D | signal.c | 3666 ret = schedule_hrtimeout_range(to, tsk->timer_slack_ns, in do_sigtimedwait()
|
/linux/Documentation/trace/ |
H A D | histogram.rst | 2034 schedule_hrtimeout_range+0x13/0x20 2078 schedule_hrtimeout_range+0x13/0x20
|
H A D | ftrace.rst | 2443 yum-updatesd-3111 [003] 1637.254681: hrtimer_cancel <-schedule_hrtimeout_range
|