Home
last modified time | relevance | path

Searched refs:hrtimer_sleeper (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dhrtimer.h139 struct hrtimer_sleeper { struct
382 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id,
388 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl,
401 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack()
443 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
Drtmutex.h46 struct hrtimer_sleeper;
119 struct hrtimer_sleeper *timeout);
Dwait.h533 struct hrtimer_sleeper __t; \
/kernel/linux/linux-5.10/kernel/time/
Dhrtimer.c439 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()
1857 struct hrtimer_sleeper *t = in hrtimer_wakeup()
1858 container_of(timer, struct hrtimer_sleeper, timer); in hrtimer_wakeup()
1876 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires()
1893 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, in __hrtimer_init_sleeper()
1931 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, in hrtimer_init_sleeper()
1959 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep()
1996 struct hrtimer_sleeper t; in hrtimer_nanosleep_restart()
2011 struct hrtimer_sleeper t; in hrtimer_nanosleep()
[all …]
/kernel/linux/linux-5.10/kernel/locking/
Drtmutex.c1166 struct hrtimer_sleeper *timeout, in __rt_mutex_slowlock()
1229 struct hrtimer_sleeper *timeout, in rt_mutex_slowlock()
1406 struct hrtimer_sleeper *timeout, in rt_mutex_fastlock()
1417 struct hrtimer_sleeper *timeout, in rt_mutex_timed_fastlock()
1420 struct hrtimer_sleeper *timeout, in rt_mutex_timed_fastlock()
1551 rt_mutex_timed_lock(struct rt_mutex *lock, struct hrtimer_sleeper *timeout) in rt_mutex_timed_lock()
1846 struct hrtimer_sleeper *to, in rt_mutex_wait_proxy_lock()
Drtmutex_common.h145 struct hrtimer_sleeper *to,
/kernel/linux/linux-5.10/kernel/futex/
Dcore.c400 static inline struct hrtimer_sleeper *
401 futex_setup_timer(ktime_t *time, struct hrtimer_sleeper *timeout, in futex_setup_timer()
2581 struct hrtimer_sleeper *timeout) in futex_wait_queue_me()
2687 struct hrtimer_sleeper timeout, *to; in futex_wait()
2777 struct hrtimer_sleeper timeout, *to; in futex_lock_pi()
3099 struct hrtimer_sleeper *timeout) in handle_early_requeue_pi_wakeup()
3173 struct hrtimer_sleeper timeout, *to; in futex_wait_requeue_pi()
/kernel/linux/linux-5.10/net/core/
Dpktgen.c2157 struct hrtimer_sleeper t; in spin()
/kernel/linux/linux-5.10/block/
Dblk-mq.c3856 struct hrtimer_sleeper hs; in blk_mq_poll_hybrid_sleep()