Searched refs:hrtimer_sleeper (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rtmutex.h | 46 struct hrtimer_sleeper; 119 struct hrtimer_sleeper *timeout);
|
D | hrtimer.h | 127 struct hrtimer_sleeper { struct 483 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl,
|
D | wait.h | 489 struct hrtimer_sleeper __t; \
|
/Linux-v4.19/kernel/locking/ |
D | rtmutex.c | 1169 struct hrtimer_sleeper *timeout, in __rt_mutex_slowlock() 1232 struct hrtimer_sleeper *timeout, in rt_mutex_slowlock() 1409 struct hrtimer_sleeper *timeout, in rt_mutex_fastlock() 1420 struct hrtimer_sleeper *timeout, in rt_mutex_timed_fastlock() 1423 struct hrtimer_sleeper *timeout, in rt_mutex_timed_fastlock() 1554 rt_mutex_timed_lock(struct rt_mutex *lock, struct hrtimer_sleeper *timeout) in rt_mutex_timed_lock() 1824 struct hrtimer_sleeper *to, in rt_mutex_wait_proxy_lock()
|
D | rtmutex_common.h | 146 struct hrtimer_sleeper *to,
|
/Linux-v4.19/kernel/time/ |
D | hrtimer.c | 1640 struct hrtimer_sleeper *t = in hrtimer_wakeup() 1641 container_of(timer, struct hrtimer_sleeper, timer); in hrtimer_wakeup() 1651 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, struct task_struct *task) in hrtimer_init_sleeper() 1677 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 1716 struct hrtimer_sleeper t; in hrtimer_nanosleep_restart() 1732 struct hrtimer_sleeper t; in hrtimer_nanosleep() 1920 struct hrtimer_sleeper t; in schedule_hrtimeout_range_clock()
|
/Linux-v4.19/kernel/ |
D | futex.c | 2504 struct hrtimer_sleeper *timeout) in futex_wait_queue_me() 2614 struct hrtimer_sleeper timeout, *to = NULL; in futex_wait() 2714 struct hrtimer_sleeper timeout, *to = NULL; in futex_lock_pi() 3035 struct hrtimer_sleeper *timeout) in handle_early_requeue_pi_wakeup() 3109 struct hrtimer_sleeper timeout, *to = NULL; in futex_wait_requeue_pi()
|
/Linux-v4.19/drivers/staging/android/ |
D | vsoc.c | 404 struct hrtimer_sleeper timeout, *to = NULL; in handle_vsoc_cond_wait()
|
/Linux-v4.19/block/ |
D | blk-mq.c | 3084 struct hrtimer_sleeper hs; in blk_mq_poll_hybrid_sleep()
|
/Linux-v4.19/net/core/ |
D | pktgen.c | 2161 struct hrtimer_sleeper t; in spin()
|