Searched refs:schedule_hrtimeout_range (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
A D | freezer.h | 250 __retval = schedule_hrtimeout_range(expires, delta, mode); in freezable_schedule_hrtimeout_range() 308 schedule_hrtimeout_range(expires, delta, mode)
|
A D | hrtimer.h | 515 extern int schedule_hrtimeout_range(ktime_t *expires, u64 delta,
|
/linux/kernel/time/ |
A D | hrtimer.c | 2347 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range() function 2353 EXPORT_SYMBOL_GPL(schedule_hrtimeout_range); 2384 return schedule_hrtimeout_range(expires, 0, mode); in schedule_hrtimeout()
|
A D | timer.c | 2077 if (!schedule_hrtimeout_range(&exp, delta, HRTIMER_MODE_ABS)) in usleep_range_state()
|
/linux/drivers/media/pci/pt1/ |
A D | pt1.c | 514 schedule_hrtimeout_range(&delay, in pt1_thread()
|
/linux/fs/ |
A D | select.c | 243 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()
|
A D | eventpoll.c | 1849 timed_out = !schedule_hrtimeout_range(to, slack, in ep_poll()
|
/linux/Documentation/trace/ |
A D | ftrace.rst | 2333 yum-updatesd-3111 [003] 1637.254681: hrtimer_cancel <-schedule_hrtimeout_range
|
/linux/ |
A D | vmlinux.symvers | 377 0x00000000 schedule_hrtimeout_range vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 55723 ffff800010f03a24 T schedule_hrtimeout_range
|
A D | .tmp_System.map | 55723 ffff800010f03a24 T schedule_hrtimeout_range
|
Completed in 1037 milliseconds