Searched refs:hrtimer_mode (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
H A D | hrtimer.h | 35 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 D | torture.h | 85 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode,
|
/linux/rust/kernel/time/ |
H A D | hrtimer.rs | 469 const C_MODE: bindings::hrtimer_mode; 482 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS; 492 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL; 501 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_PINNED; 510 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_PINNED; 519 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_SOFT; 528 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_SOFT; 537 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_PINNED_SOFT; 546 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_PINNED_SOFT; 555 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_HARD; [all …]
|
/linux/kernel/time/ |
H A D | hrtimer.c | 443 enum hrtimer_mode mode) in debug_hrtimer_activate() 464 enum hrtimer_mode mode) { } in debug_hrtimer_activate() 468 static inline void debug_setup(struct hrtimer *timer, clockid_t clockid, enum hrtimer_mode mode) in debug_setup() 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() 1218 u64 delta_ns, const enum hrtimer_mode mode, in __hrtimer_start_range_ns() 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() [all …]
|
H A D | sleep_timeout.c | 190 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 D | posix-timers.c | 810 enum hrtimer_mode mode; in common_hrtimer_arm()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_vmlinux.c | 74 const enum hrtimer_mode mode) in BPF_KPROBE() 83 const enum hrtimer_mode mode) in BPF_PROG()
|
/linux/include/trace/events/ |
H A D | timer.h | 196 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 D | timeout.c | 394 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) 495 enum hrtimer_mode mode = io_translate_timeout_mode(tr->flags); in io_timeout_remove()
|
H A D | rw.c | 1258 enum hrtimer_mode mode; in io_hybrid_iopoll_delay()
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 494 enum hrtimer_mode mode); 499 enum hrtimer_mode mode);
|
/linux/kernel/bpf/ |
H A D | helpers.c | 1419 enum hrtimer_mode mode; in BPF_CALL_3()
|