Searched refs:schedule_hrtimeout_range (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/time/ |
| H A D | sleep_timeout.c | 260 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 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 | eventpoll.c | 2030 !schedule_hrtimeout_range(to, slack, in ep_poll()
|
| /linux/ipc/ |
| H A D | sem.c | 2166 timed_out = !schedule_hrtimeout_range(exp, in __do_semtimedop()
|