Searched refs:hrtimer_sleeper (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | hrtimer.h | 135 struct hrtimer_sleeper { struct 377 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, 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() 438 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
|
| D | rtmutex.h | 46 struct hrtimer_sleeper; 119 struct hrtimer_sleeper *timeout);
|
| D | wait.h | 502 struct hrtimer_sleeper __t; \
|
| /Linux-v5.4/kernel/time/ |
| D | hrtimer.c | 440 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, 443 void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() 1760 struct hrtimer_sleeper *t = in hrtimer_wakeup() 1761 container_of(timer, struct hrtimer_sleeper, timer); in hrtimer_wakeup() 1779 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() 1796 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, in __hrtimer_init_sleeper() 1834 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, in hrtimer_init_sleeper() 1862 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 1899 struct hrtimer_sleeper t; in hrtimer_nanosleep_restart() 1914 struct hrtimer_sleeper t; in hrtimer_nanosleep() [all …]
|
| /Linux-v5.4/kernel/locking/ |
| D | rtmutex.c | 1168 struct hrtimer_sleeper *timeout, in __rt_mutex_slowlock() 1231 struct hrtimer_sleeper *timeout, in rt_mutex_slowlock() 1408 struct hrtimer_sleeper *timeout, in rt_mutex_fastlock() 1419 struct hrtimer_sleeper *timeout, in rt_mutex_timed_fastlock() 1422 struct hrtimer_sleeper *timeout, in rt_mutex_timed_fastlock() 1553 rt_mutex_timed_lock(struct rt_mutex *lock, struct hrtimer_sleeper *timeout) in rt_mutex_timed_lock() 1849 struct hrtimer_sleeper *to, in rt_mutex_wait_proxy_lock()
|
| D | rtmutex_common.h | 146 struct hrtimer_sleeper *to,
|
| /Linux-v5.4/kernel/ |
| D | futex.c | 483 static inline struct hrtimer_sleeper * 484 futex_setup_timer(ktime_t *time, struct hrtimer_sleeper *timeout, in futex_setup_timer() 2601 struct hrtimer_sleeper *timeout) in futex_wait_queue_me() 2711 struct hrtimer_sleeper timeout, *to; in futex_wait() 2802 struct hrtimer_sleeper timeout, *to; in futex_lock_pi() 3138 struct hrtimer_sleeper *timeout) in handle_early_requeue_pi_wakeup() 3212 struct hrtimer_sleeper timeout, *to; in futex_wait_requeue_pi()
|
| /Linux-v5.4/drivers/staging/android/ |
| D | vsoc.c | 404 struct hrtimer_sleeper timeout, *to = NULL; in handle_vsoc_cond_wait()
|
| /Linux-v5.4/block/ |
| D | blk-mq.c | 3399 struct hrtimer_sleeper hs; in blk_mq_poll_hybrid_sleep()
|
| /Linux-v5.4/net/core/ |
| D | pktgen.c | 2157 struct hrtimer_sleeper t; in spin()
|