Home
last modified time | relevance | path

Searched refs:schedule_hrtimeout_range (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/time/
H A Dsleep_timeout.c260 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range() function
266 EXPORT_SYMBOL_GPL(schedule_hrtimeout_range);
278 return schedule_hrtimeout_range(expires, 0, mode); in schedule_hrtimeout()
373 if (!schedule_hrtimeout_range(&exp, delta, HRTIMER_MODE_ABS)) in usleep_range_state()
/linux/drivers/media/pci/pt3/
H A Dpt3.c449 schedule_hrtimeout_range(&delay, in pt3_fetch_thread()
/linux/drivers/media/pci/pt1/
H A Dpt1.c514 schedule_hrtimeout_range(&delay, in pt1_thread()
/linux/fs/
H A Deventpoll.c2030 !schedule_hrtimeout_range(to, slack, in ep_poll()
/linux/ipc/
H A Dsem.c2166 timed_out = !schedule_hrtimeout_range(exp, in __do_semtimedop()