Searched refs:hrtimer_sleeper (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hrtimer.h | 139 struct hrtimer_sleeper { struct 376 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, 382 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, 395 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() 437 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
|
| H A D | rtmutex.h | 46 struct hrtimer_sleeper; 119 struct hrtimer_sleeper *timeout);
|
| H A D | wait.h | 534 struct hrtimer_sleeper __t; \
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A 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() 1831 struct hrtimer_sleeper *t = in hrtimer_wakeup() 1832 container_of(timer, struct hrtimer_sleeper, timer); in hrtimer_wakeup() 1850 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() 1867 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, in __hrtimer_init_sleeper() 1905 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, in hrtimer_init_sleeper() 1933 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 1970 struct hrtimer_sleeper t; in hrtimer_nanosleep_restart() 1985 struct hrtimer_sleeper t; in hrtimer_nanosleep() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | rtmutex.c | 1167 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() 1557 rt_mutex_timed_lock(struct rt_mutex *lock, struct hrtimer_sleeper *timeout) in rt_mutex_timed_lock() 1857 struct hrtimer_sleeper *to, in rt_mutex_wait_proxy_lock()
|
| H A D | rtmutex_common.h | 145 struct hrtimer_sleeper *to,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 401 static inline struct hrtimer_sleeper * 402 futex_setup_timer(ktime_t *time, struct hrtimer_sleeper *timeout, in futex_setup_timer() 2589 struct hrtimer_sleeper *timeout) in futex_wait_queue_me() 2697 struct hrtimer_sleeper timeout, *to; in futex_wait() 2789 struct hrtimer_sleeper timeout, *to; in futex_lock_pi() 3111 struct hrtimer_sleeper *timeout) in handle_early_requeue_pi_wakeup() 3185 struct hrtimer_sleeper timeout, *to; in futex_wait_requeue_pi()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | pktgen.c | 2157 struct hrtimer_sleeper t; in spin()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-mq.c | 3889 struct hrtimer_sleeper hs; in blk_mq_poll_hybrid_sleep()
|