Searched refs:hrtimer_init_sleeper_on_stack (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | hrtimer.h | 383 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl,396 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl,  in hrtimer_init_sleeper_on_stack()  function
 
 | 
| D | wait.h | 504 	hrtimer_init_sleeper_on_stack(&__t, CLOCK_MONOTONIC,			\
 | 
| /Linux-v5.4/kernel/time/ | 
| D | hrtimer.c | 443 void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl,  in hrtimer_init_sleeper_on_stack()  function449 EXPORT_SYMBOL_GPL(hrtimer_init_sleeper_on_stack);
 1902 	hrtimer_init_sleeper_on_stack(&t, restart->nanosleep.clockid,  in hrtimer_nanosleep_restart()
 1922 	hrtimer_init_sleeper_on_stack(&t, clockid, mode);  in hrtimer_nanosleep()
 2122 	hrtimer_init_sleeper_on_stack(&t, clock_id, mode);  in schedule_hrtimeout_range_clock()
 
 | 
| /Linux-v5.4/drivers/staging/android/ | 
| D | vsoc.c | 440 		hrtimer_init_sleeper_on_stack(to, CLOCK_MONOTONIC,  in handle_vsoc_cond_wait()
 | 
| /Linux-v5.4/kernel/ | 
| D | futex.c | 490 	hrtimer_init_sleeper_on_stack(timeout, (flags & FLAGS_CLOCKRT) ?  in futex_setup_timer()
 | 
| /Linux-v5.4/block/ | 
| D | blk-mq.c | 3430 	hrtimer_init_sleeper_on_stack(&hs, CLOCK_MONOTONIC, mode);  in blk_mq_poll_hybrid_sleep()
 | 
| /Linux-v5.4/net/core/ | 
| D | pktgen.c | 2159 	hrtimer_init_sleeper_on_stack(&t, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);  in spin()
 |