Searched refs:hrtimer_sleeper_start_expires (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/kernel/futex/ |
| D | waitwake.c | 342 hrtimer_sleeper_start_expires(timeout, HRTIMER_MODE_ABS); in futex_wait_queue() 530 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_wait_multiple()
|
| D | pi.c | 1037 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_lock_pi()
|
| /Linux-v6.1/kernel/time/ |
| D | hrtimer.c | 1952 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() function 1967 EXPORT_SYMBOL_GPL(hrtimer_sleeper_start_expires); 2041 hrtimer_sleeper_start_expires(t, mode); in do_nanosleep() 2302 hrtimer_sleeper_start_expires(&t, mode); in schedule_hrtimeout_range_clock()
|
| /Linux-v6.1/include/linux/ |
| D | hrtimer.h | 435 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
|
| D | wait.h | 550 hrtimer_sleeper_start_expires(&__t, HRTIMER_MODE_REL); \
|
| /Linux-v6.1/net/core/ |
| D | pktgen.c | 2283 hrtimer_sleeper_start_expires(&t, HRTIMER_MODE_ABS); in spin()
|
| /Linux-v6.1/block/ |
| D | blk-mq.c | 4803 hrtimer_sleeper_start_expires(&hs, mode); in blk_mq_poll_hybrid()
|