Searched refs:hrtimer_sleeper_start_expires (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/futex/ |
H A D | waitwake.c | 345 hrtimer_sleeper_start_expires(timeout, HRTIMER_MODE_ABS); in futex_wait_queue() 542 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_wait_multiple()
|
H A D | pi.c | 1044 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_lock_pi()
|
/linux/kernel/time/ |
H A D | sleep_timeout.c | 213 hrtimer_sleeper_start_expires(&t, mode); in schedule_hrtimeout_range_clock()
|
H A D | hrtimer.c | 2010 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() function 2025 EXPORT_SYMBOL_GPL(hrtimer_sleeper_start_expires); 2097 hrtimer_sleeper_start_expires(t, mode); in do_nanosleep()
|
/linux/include/linux/ |
H A D | hrtimer.h | 280 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
|
H A D | wait.h | 555 hrtimer_sleeper_start_expires(&__t, HRTIMER_MODE_REL); \
|
/linux/io_uring/ |
H A D | rw.c | 1278 hrtimer_sleeper_start_expires(&timer, mode); in io_hybrid_iopoll_delay()
|
/linux/fs/ |
H A D | aio.c | 1341 hrtimer_sleeper_start_expires(&t, HRTIMER_MODE_REL); in read_events()
|
/linux/net/core/ |
H A D | pktgen.c | 2344 hrtimer_sleeper_start_expires(&t, HRTIMER_MODE_ABS); in spin()
|