Searched refs:hrtimer_init_sleeper_on_stack (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | hrtimer.h | 380 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, 393 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() function
|
| D | wait.h | 548 hrtimer_init_sleeper_on_stack(&__t, CLOCK_MONOTONIC, \
|
| /Linux-v6.6/kernel/time/ |
| D | hrtimer.c | 444 void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() function 450 EXPORT_SYMBOL_GPL(hrtimer_init_sleeper_on_stack); 2078 hrtimer_init_sleeper_on_stack(&t, restart->nanosleep.clockid, in hrtimer_nanosleep_restart() 2098 hrtimer_init_sleeper_on_stack(&t, clockid, mode); in hrtimer_nanosleep() 2312 hrtimer_init_sleeper_on_stack(&t, clock_id, mode); in schedule_hrtimeout_range_clock()
|
| /Linux-v6.6/kernel/futex/ |
| D | core.c | 141 hrtimer_init_sleeper_on_stack(timeout, (flags & FLAGS_CLOCKRT) ? in futex_setup_timer()
|
| /Linux-v6.6/net/core/ |
| D | pktgen.c | 2267 hrtimer_init_sleeper_on_stack(&t, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in spin()
|