Searched refs:hrtimer_init_sleeper_on_stack (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/linux/ |
D | hrtimer.h | 382 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, 395 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-6.6.21/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); 2079 hrtimer_init_sleeper_on_stack(&t, restart->nanosleep.clockid, in hrtimer_nanosleep_restart() 2099 hrtimer_init_sleeper_on_stack(&t, clockid, mode); in hrtimer_nanosleep() 2306 hrtimer_init_sleeper_on_stack(&t, clock_id, mode); in schedule_hrtimeout_range_clock()
|
/linux-6.6.21/kernel/futex/ |
D | core.c | 141 hrtimer_init_sleeper_on_stack(timeout, (flags & FLAGS_CLOCKRT) ? in futex_setup_timer()
|
/linux-6.6.21/net/core/ |
D | pktgen.c | 2267 hrtimer_init_sleeper_on_stack(&t, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in spin()
|