Home
last modified time | relevance | path

Searched refs:hrtimer_init_sleeper_on_stack (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/linux/
Dhrtimer.h382 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
Dwait.h548 hrtimer_init_sleeper_on_stack(&__t, CLOCK_MONOTONIC, \
/linux-6.6.21/kernel/time/
Dhrtimer.c444 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/
Dcore.c141 hrtimer_init_sleeper_on_stack(timeout, (flags & FLAGS_CLOCKRT) ? in futex_setup_timer()
/linux-6.6.21/net/core/
Dpktgen.c2267 hrtimer_init_sleeper_on_stack(&t, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in spin()