Searched refs:schedule_hrtimeout_range_clock (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/time/ |
H A D | sleep_timeout.c | 180 * schedule_hrtimeout_range_clock - sleep until timeout 189 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 D | hrtimer.h | 377 extern int schedule_hrtimeout_range_clock(ktime_t *expires,
|
/linux/drivers/misc/ |
H A D | ntsync.c | 860 ret = schedule_hrtimeout_range_clock(timeout_ptr, 0, HRTIMER_MODE_ABS, clock); in ntsync_schedule()
|
/linux/ipc/ |
H A D | mqueue.c | 729 time = schedule_hrtimeout_range_clock(timeout, 0, in wq_sleep()
|
/linux/Documentation/trace/ |
H A D | histogram.rst | 2033 schedule_hrtimeout_range_clock+0x97/0x110 2077 schedule_hrtimeout_range_clock+0x97/0x110
|