Home
last modified time | relevance | path

Searched refs:hrtimer_mode (Results 1 – 16 of 16) 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/rust/kernel/time/
H A Dhrtimer.rs558 const C_MODE: bindings::hrtimer_mode;
571 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS;
581 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL;
590 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_PINNED;
599 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_PINNED;
608 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_SOFT;
617 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_SOFT;
626 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_PINNED_SOFT;
635 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_PINNED_SOFT;
644 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_HARD;
[all …]
/linux/kernel/time/
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 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 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/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c127 enum hrtimer_mode mode) in msm_hrtimer_queue_work()
136 enum hrtimer_mode mode) in msm_hrtimer_work_init()
H A Dmsm_drv.h494 enum hrtimer_mode mode);
499 enum hrtimer_mode mode);
/linux/io_uring/
H A Dtimeout.h7 enum hrtimer_mode mode;
H A Dtimeout.c394 struct timespec64 *ts, enum hrtimer_mode mode) in io_linked_timeout_update()
421 struct timespec64 *ts, enum hrtimer_mode mode) in io_timeout_update()
473 static inline enum hrtimer_mode io_translate_timeout_mode(unsigned int flags) in io_translate_timeout_mode()
495 enum hrtimer_mode mode = io_translate_timeout_mode(tr->flags); in io_timeout_remove()
H A Drw.c1272 enum hrtimer_mode mode; in io_hybrid_iopoll_delay()
/linux/fs/
H A Dtimerfd.c190 enum hrtimer_mode htmode; in timerfd_setup()
/linux/kernel/
H A Dtorture.c91 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode, in torture_hrtimeout_ns()
/linux/kernel/bpf/
H A Dhelpers.c1421 enum hrtimer_mode mode; in BPF_CALL_3()