Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer.h35 enum hrtimer_mode { enum
231 clockid_t clock_id, enum hrtimer_mode mode);
234 clockid_t clock_id, enum hrtimer_mode mode);
236 enum hrtimer_mode mode);
246 u64 range_ns, const enum hrtimer_mode mode);
257 const enum hrtimer_mode mode) in hrtimer_start()
266 enum hrtimer_mode mode) in hrtimer_start_expires()
277 enum hrtimer_mode mode);
368 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
372 const enum hrtimer_mode mode);
[all …]
H A Dtorture.h85 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode,
/linux/kernel/time/
H A Dsleep_timeout.c190 const enum hrtimer_mode mode, clockid_t clock_id) in schedule_hrtimeout_range_clock()
261 const enum hrtimer_mode mode) in schedule_hrtimeout_range()
276 int __sched schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode) in schedule_hrtimeout()
H A Dhrtimer.c436 enum hrtimer_mode mode) in debug_hrtimer_activate()
457 enum hrtimer_mode mode) { } in debug_hrtimer_activate()
461 static inline void debug_setup(struct hrtimer *timer, clockid_t clockid, enum hrtimer_mode mode) in debug_setup()
468 enum hrtimer_mode mode) in debug_setup_on_stack()
475 enum hrtimer_mode mode) in debug_activate()
1079 enum hrtimer_mode mode) in enqueue_hrtimer()
1170 const enum hrtimer_mode mode) in hrtimer_update_lowres()
1211 u64 delta_ns, const enum hrtimer_mode mode, in __hrtimer_start_range_ns()
1305 u64 delta_ns, const enum hrtimer_mode mode) in hrtimer_start_range_ns()
1609 clockid_t clock_id, enum hrtimer_mode mode) in __hrtimer_setup()
[all …]
H A Dposix-timers.c809 enum hrtimer_mode mode; in common_hrtimer_arm()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_vmlinux.c74 const enum hrtimer_mode mode) in BPF_KPROBE()
83 const enum hrtimer_mode mode) in BPF_PROG()
/linux/include/trace/events/
H A Dtimer.h196 enum hrtimer_mode mode),
203 __field( enum hrtimer_mode, mode )
224 TP_PROTO(struct hrtimer *hrtimer, enum hrtimer_mode mode),
233 __field( enum hrtimer_mode, mode )
/linux/io_uring/
H A Drw.c1271 enum hrtimer_mode mode; in io_hybrid_iopoll_delay()
/linux/kernel/bpf/
H A Dhelpers.c1421 enum hrtimer_mode mode; in BPF_CALL_3()