Searched refs:hrtimer_sleeper (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | hrtimer.h | 139 struct hrtimer_sleeper { struct 382 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, 388 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, 401 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() 443 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
|
D | rtmutex.h | 46 struct hrtimer_sleeper; 119 struct hrtimer_sleeper *timeout);
|
D | wait.h | 533 struct hrtimer_sleeper __t; \
|
/kernel/linux/linux-5.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() 1857 struct hrtimer_sleeper *t = in hrtimer_wakeup() 1858 container_of(timer, struct hrtimer_sleeper, timer); in hrtimer_wakeup() 1876 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() 1893 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, in __hrtimer_init_sleeper() 1931 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, in hrtimer_init_sleeper() 1959 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 1996 struct hrtimer_sleeper t; in hrtimer_nanosleep_restart() 2011 struct hrtimer_sleeper t; in hrtimer_nanosleep() [all …]
|
/kernel/linux/linux-5.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() 1846 struct hrtimer_sleeper *to, in rt_mutex_wait_proxy_lock()
|
D | rtmutex_common.h | 145 struct hrtimer_sleeper *to,
|
/kernel/linux/linux-5.10/kernel/futex/ |
D | core.c | 400 static inline struct hrtimer_sleeper * 401 futex_setup_timer(ktime_t *time, struct hrtimer_sleeper *timeout, in futex_setup_timer() 2581 struct hrtimer_sleeper *timeout) in futex_wait_queue_me() 2687 struct hrtimer_sleeper timeout, *to; in futex_wait() 2777 struct hrtimer_sleeper timeout, *to; in futex_lock_pi() 3099 struct hrtimer_sleeper *timeout) in handle_early_requeue_pi_wakeup() 3173 struct hrtimer_sleeper timeout, *to; in futex_wait_requeue_pi()
|
/kernel/linux/linux-5.10/net/core/ |
D | pktgen.c | 2157 struct hrtimer_sleeper t; in spin()
|
/kernel/linux/linux-5.10/block/ |
D | blk-mq.c | 3856 struct hrtimer_sleeper hs; in blk_mq_poll_hybrid_sleep()
|