Searched refs:hrtimer_sleeper (Results 1 – 15 of 15) sorted by relevance
| /linux/include/linux/ |
| A D | hrtimer.h | 92 struct hrtimer_sleeper { struct 231 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, 237 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, 250 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() 292 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
|
| A D | rtmutex.h | 65 struct hrtimer_sleeper;
|
| A D | wait.h | 542 struct hrtimer_sleeper __t; \
|
| /linux/kernel/futex/ |
| A D | futex.h | 199 extern struct hrtimer_sleeper * 200 futex_setup_timer(ktime_t *time, struct hrtimer_sleeper *timeout, 223 struct hrtimer_sleeper *timeout); 347 struct hrtimer_sleeper *to, u32 bitset); 375 struct hrtimer_sleeper *to);
|
| A D | waitwake.c | 344 struct hrtimer_sleeper *timeout) in futex_wait_queue() 512 struct hrtimer_sleeper *to) in futex_sleep_multiple() 540 struct hrtimer_sleeper *to) in futex_wait_multiple() 648 struct hrtimer_sleeper *to, u32 bitset) in __futex_wait() 690 struct hrtimer_sleeper timeout, *to; in futex_wait()
|
| A D | syscalls.c | 228 clockid_t clockid, struct hrtimer_sleeper *to) in futex2_setup_timeout() 261 static inline void futex2_destroy_timeout(struct hrtimer_sleeper *to) in futex2_destroy_timeout() 294 struct hrtimer_sleeper to; in SYSCALL_DEFINE5() 378 struct hrtimer_sleeper to; in SYSCALL_DEFINE6()
|
| A D | requeue.c | 697 struct hrtimer_sleeper *timeout) in handle_early_requeue_pi_wakeup() 770 struct hrtimer_sleeper timeout, *to; in futex_wait_requeue_pi()
|
| A D | core.c | 136 struct hrtimer_sleeper * 137 futex_setup_timer(ktime_t *time, struct hrtimer_sleeper *timeout, in futex_setup_timer()
|
| A D | pi.c | 920 struct hrtimer_sleeper timeout, *to; in futex_lock_pi()
|
| /linux/kernel/time/ |
| A D | hrtimer.c | 442 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, 445 void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() 1921 struct hrtimer_sleeper *t = in hrtimer_wakeup() 1922 container_of(timer, struct hrtimer_sleeper, timer); in hrtimer_wakeup() 1940 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() 1957 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, in __hrtimer_init_sleeper() 1995 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, in hrtimer_init_sleeper() 2023 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 2060 struct hrtimer_sleeper t; in hrtimer_nanosleep_restart() 2075 struct hrtimer_sleeper t; in hrtimer_nanosleep() [all …]
|
| /linux/kernel/locking/ |
| A D | rtmutex_common.h | 91 struct hrtimer_sleeper *to,
|
| A D | rtmutex_api.c | 372 struct hrtimer_sleeper *to, in rt_mutex_wait_proxy_lock()
|
| A D | rtmutex.c | 1602 struct hrtimer_sleeper *timeout, in rt_mutex_slowlock_block()
|
| /linux/fs/ |
| A D | aio.c | 1316 struct hrtimer_sleeper t; in read_events()
|
| /linux/net/core/ |
| A D | pktgen.c | 2286 struct hrtimer_sleeper t; in spin()
|
Completed in 43 milliseconds