Searched refs:hrtimer_sleeper (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | rtmutex.h | 43 struct hrtimer_sleeper; 95 struct hrtimer_sleeper *timeout);
|
H A D | hrtimer.h | 122 * struct hrtimer_sleeper - simple sleeper structure 128 struct hrtimer_sleeper { struct 435 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl,
|
H A D | wait.h | 452 struct hrtimer_sleeper __t; \
|
/linux-4.1.27/kernel/locking/ |
H A D | rtmutex_common.h | 131 struct hrtimer_sleeper *to, 133 extern int rt_mutex_timed_futex_lock(struct rt_mutex *l, struct hrtimer_sleeper *to);
|
H A D | rtmutex.c | 1101 struct hrtimer_sleeper *timeout, __rt_mutex_slowlock() 1164 struct hrtimer_sleeper *timeout, rt_mutex_slowlock() 1327 struct hrtimer_sleeper *timeout, rt_mutex_fastlock() 1339 struct hrtimer_sleeper *timeout, rt_mutex_timed_fastlock() 1342 struct hrtimer_sleeper *timeout, rt_mutex_timed_fastlock() 1408 struct hrtimer_sleeper *timeout) rt_mutex_timed_futex_lock() 1431 rt_mutex_timed_lock(struct rt_mutex *lock, struct hrtimer_sleeper *timeout) rt_mutex_timed_lock() 1624 struct hrtimer_sleeper *to, rt_mutex_finish_proxy_lock()
|
/linux-4.1.27/kernel/time/ |
H A D | hrtimer.c | 1475 struct hrtimer_sleeper *t = hrtimer_wakeup() 1476 container_of(timer, struct hrtimer_sleeper, timer); hrtimer_wakeup() 1486 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, struct task_struct *task) hrtimer_init_sleeper() 1493 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) do_nanosleep() 1534 struct hrtimer_sleeper t; hrtimer_nanosleep_restart() 1563 struct hrtimer_sleeper t; hrtimer_nanosleep() 1750 struct hrtimer_sleeper t; schedule_hrtimeout_range_clock()
|
/linux-4.1.27/kernel/ |
H A D | futex.c | 2061 * @timeout: the prepared hrtimer_sleeper, or null for no timeout 2064 struct hrtimer_sleeper *timeout) futex_wait_queue_me() 2177 struct hrtimer_sleeper timeout, *to = NULL; futex_wait() 2274 struct hrtimer_sleeper timeout, *to = NULL; futex_lock_pi() 2494 struct hrtimer_sleeper *timeout) handle_early_requeue_pi_wakeup() 2568 struct hrtimer_sleeper timeout, *to = NULL; futex_wait_requeue_pi()
|
/linux-4.1.27/net/core/ |
H A D | pktgen.c | 2192 struct hrtimer_sleeper t; spin()
|
Completed in 185 milliseconds