Home
last modified time | relevance | path

Searched refs:schedule_hrtimeout_range_clock (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
H A Dsleep_timeout.c189 int __sched schedule_hrtimeout_range_clock(ktime_t *expires, u64 delta, in schedule_hrtimeout_range_clock() function
225 EXPORT_SYMBOL_GPL(schedule_hrtimeout_range_clock);
263 return schedule_hrtimeout_range_clock(expires, delta, mode, in schedule_hrtimeout_range()
/linux/include/linux/
H A Dhrtimer.h373 extern int schedule_hrtimeout_range_clock(ktime_t *expires,
/linux/ipc/
H A Dmqueue.c723 time = schedule_hrtimeout_range_clock(timeout, 0, in wq_sleep()