Home
last modified time | relevance | path

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

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