Home
last modified time | relevance | path

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

/Linux-v5.15/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.h519 hrtimer_init_sleeper_on_stack(&__t, CLOCK_MONOTONIC, \
/Linux-v5.15/kernel/time/
Dhrtimer.c442 void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() function
448 EXPORT_SYMBOL_GPL(hrtimer_init_sleeper_on_stack);
2075 hrtimer_init_sleeper_on_stack(&t, restart->nanosleep.clockid, in hrtimer_nanosleep_restart()
2095 hrtimer_init_sleeper_on_stack(&t, clockid, mode); in hrtimer_nanosleep()
2300 hrtimer_init_sleeper_on_stack(&t, clock_id, mode); in schedule_hrtimeout_range_clock()
/Linux-v5.15/kernel/
Dfutex.c463 hrtimer_init_sleeper_on_stack(timeout, (flags & FLAGS_CLOCKRT) ? in futex_setup_timer()
/Linux-v5.15/block/
Dblk-mq.c3905 hrtimer_init_sleeper_on_stack(&hs, CLOCK_MONOTONIC, mode); in blk_mq_poll_hybrid_sleep()
/Linux-v5.15/net/core/
Dpktgen.c2265 hrtimer_init_sleeper_on_stack(&t, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in spin()