Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhrtimer.h35 enum hrtimer_mode { enum
235 clockid_t clock_id, enum hrtimer_mode mode);
238 clockid_t clock_id, enum hrtimer_mode mode);
240 enum hrtimer_mode mode);
250 u64 range_ns, const enum hrtimer_mode mode);
261 const enum hrtimer_mode mode) in hrtimer_start()
270 enum hrtimer_mode mode) in hrtimer_start_expires()
281 enum hrtimer_mode mode);
372 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
376 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-6.15/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.c443 enum hrtimer_mode mode) in debug_hrtimer_activate()
464 enum hrtimer_mode mode) { } in debug_hrtimer_activate()
475 enum hrtimer_mode mode) in debug_setup_on_stack()
482 enum hrtimer_mode mode) in debug_activate()
1086 enum hrtimer_mode mode) in enqueue_hrtimer()
1177 const enum hrtimer_mode mode) in hrtimer_update_lowres()
1312 u64 delta_ns, const enum hrtimer_mode mode) in hrtimer_start_range_ns()
1593 clockid_t clock_id, enum hrtimer_mode mode) in __hrtimer_setup()
1647 clockid_t clock_id, enum hrtimer_mode mode) in hrtimer_setup()
1666 clockid_t clock_id, enum hrtimer_mode mode) in hrtimer_setup_on_stack()
[all …]
H A Dposix-timers.c818 enum hrtimer_mode mode; in common_hrtimer_arm()
/linux-6.15/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-6.15/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-6.15/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.h503 enum hrtimer_mode mode);
508 enum hrtimer_mode mode);
/linux-6.15/io_uring/
H A Dtimeout.h7 enum hrtimer_mode mode;
H A Dtimeout.c389 struct timespec64 *ts, enum hrtimer_mode mode) in io_linked_timeout_update()
416 struct timespec64 *ts, enum hrtimer_mode mode) in io_timeout_update()
468 static inline enum hrtimer_mode io_translate_timeout_mode(unsigned int flags) in io_translate_timeout_mode()
490 enum hrtimer_mode mode = io_translate_timeout_mode(tr->flags); in io_timeout_remove()
H A Drw.c1254 enum hrtimer_mode mode; in io_hybrid_iopoll_delay()
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs452 fn into_c(self) -> bindings::hrtimer_mode { in into_c() argument
/linux-6.15/fs/
H A Dtimerfd.c190 enum hrtimer_mode htmode; in timerfd_setup()
/linux-6.15/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-6.15/kernel/bpf/
H A Dhelpers.c1415 enum hrtimer_mode mode; in BPF_CALL_3()