Searched refs:hrtimer_sleeper (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/include/linux/ |
D | hrtimer.h | 136 struct hrtimer_sleeper { struct 378 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, 384 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, 397 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() 439 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
|
D | rtmutex.h | 46 struct hrtimer_sleeper; 119 struct hrtimer_sleeper *timeout);
|
D | wait.h | 507 struct hrtimer_sleeper __t; \
|
/Linux-v5.10/kernel/time/ |
D | hrtimer.c | 439 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, 442 void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() 1767 struct hrtimer_sleeper *t = in hrtimer_wakeup() 1768 container_of(timer, struct hrtimer_sleeper, timer); in hrtimer_wakeup() 1786 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() 1803 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, in __hrtimer_init_sleeper() 1841 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, in hrtimer_init_sleeper() 1869 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 1906 struct hrtimer_sleeper t; in hrtimer_nanosleep_restart() 1921 struct hrtimer_sleeper t; in hrtimer_nanosleep() [all …]
|
/Linux-v5.10/kernel/locking/ |
D | rtmutex.c | 1166 struct hrtimer_sleeper *timeout, in __rt_mutex_slowlock() 1229 struct hrtimer_sleeper *timeout, in rt_mutex_slowlock() 1406 struct hrtimer_sleeper *timeout, in rt_mutex_fastlock() 1417 struct hrtimer_sleeper *timeout, in rt_mutex_timed_fastlock() 1420 struct hrtimer_sleeper *timeout, in rt_mutex_timed_fastlock() 1551 rt_mutex_timed_lock(struct rt_mutex *lock, struct hrtimer_sleeper *timeout) in rt_mutex_timed_lock() 1847 struct hrtimer_sleeper *to, in rt_mutex_wait_proxy_lock()
|
D | rtmutex_common.h | 146 struct hrtimer_sleeper *to,
|
/Linux-v5.10/kernel/ |
D | futex.c | 401 static inline struct hrtimer_sleeper * 402 futex_setup_timer(ktime_t *time, struct hrtimer_sleeper *timeout, in futex_setup_timer() 2578 struct hrtimer_sleeper *timeout) in futex_wait_queue_me() 2684 struct hrtimer_sleeper timeout, *to; in futex_wait() 2775 struct hrtimer_sleeper timeout, *to; in futex_lock_pi() 3113 struct hrtimer_sleeper *timeout) in handle_early_requeue_pi_wakeup() 3187 struct hrtimer_sleeper timeout, *to; in futex_wait_requeue_pi()
|
/Linux-v5.10/block/ |
D | blk-mq.c | 3760 struct hrtimer_sleeper hs; in blk_mq_poll_hybrid_sleep()
|
/Linux-v5.10/net/core/ |
D | pktgen.c | 2157 struct hrtimer_sleeper t; in spin()
|