Symbol: hrtimer_mode
drivers/gpu/drm/msm/msm_drv.h
490
enum hrtimer_mode mode);
drivers/gpu/drm/msm/msm_drv.h
495
enum hrtimer_mode mode);
drivers/gpu/drm/msm/msm_io_utils.c
127
enum hrtimer_mode mode)
drivers/gpu/drm/msm/msm_io_utils.c
136
enum hrtimer_mode mode)
fs/timerfd.c
208
const enum hrtimer_mode mode)
fs/timerfd.c
235
enum hrtimer_mode htmode;
include/linux/hrtimer.h
192
clockid_t clock_id, enum hrtimer_mode mode);
include/linux/hrtimer.h
195
clockid_t clock_id, enum hrtimer_mode mode);
include/linux/hrtimer.h
197
enum hrtimer_mode mode);
include/linux/hrtimer.h
207
u64 range_ns, const enum hrtimer_mode mode);
include/linux/hrtimer.h
210
u64 range_ns, const enum hrtimer_mode mode);
include/linux/hrtimer.h
221
const enum hrtimer_mode mode)
include/linux/hrtimer.h
229
static inline void hrtimer_start_expires(struct hrtimer *timer, enum hrtimer_mode mode)
include/linux/hrtimer.h
240
static inline bool hrtimer_start_expires_user(struct hrtimer *timer, enum hrtimer_mode mode)
include/linux/hrtimer.h
252
enum hrtimer_mode mode);
include/linux/hrtimer.h
343
extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
include/linux/hrtimer.h
347
const enum hrtimer_mode mode);
include/linux/hrtimer.h
350
const enum hrtimer_mode mode,
include/linux/hrtimer.h
352
extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode);
include/linux/torture.h
85
int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode,
include/trace/events/timer.h
196
enum hrtimer_mode mode),
include/trace/events/timer.h
203
__field( enum hrtimer_mode, mode )
include/trace/events/timer.h
225
TP_PROTO(struct hrtimer *hrtimer, enum hrtimer_mode mode, bool was_armed),
include/trace/events/timer.h
234
__field( enum hrtimer_mode, mode )
io_uring/rw.c
1280
enum hrtimer_mode mode;
io_uring/timeout.c
440
ktime_t ts, enum hrtimer_mode mode)
io_uring/timeout.c
467
ktime_t time, enum hrtimer_mode mode)
io_uring/timeout.c
523
static inline enum hrtimer_mode io_translate_timeout_mode(unsigned int flags)
io_uring/timeout.c
545
enum hrtimer_mode mode = io_translate_timeout_mode(tr->flags);
io_uring/timeout.h
7
enum hrtimer_mode mode;
kernel/time/hrtimer.c
1105
enum hrtimer_mode mode, bool was_armed)
kernel/time/hrtimer.c
1235
const enum hrtimer_mode mode, ktime_t expires, u64 delta_ns)
kernel/time/hrtimer.c
1278
const enum hrtimer_mode mode)
kernel/time/hrtimer.c
1362
const enum hrtimer_mode mode, struct hrtimer_clock_base *base)
kernel/time/hrtimer.c
1468
u64 delta_ns, const enum hrtimer_mode mode,
kernel/time/hrtimer.c
1494
const enum hrtimer_mode mode)
kernel/time/hrtimer.c
1567
u64 delta_ns, const enum hrtimer_mode mode)
kernel/time/hrtimer.c
1867
clockid_t clock_id, enum hrtimer_mode mode)
kernel/time/hrtimer.c
1922
clockid_t clock_id, enum hrtimer_mode mode)
kernel/time/hrtimer.c
1941
clockid_t clock_id, enum hrtimer_mode mode)
kernel/time/hrtimer.c
2306
void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, enum hrtimer_mode mode)
kernel/time/hrtimer.c
2327
enum hrtimer_mode mode)
kernel/time/hrtimer.c
2364
enum hrtimer_mode mode)
kernel/time/hrtimer.c
2390
static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode)
kernel/time/hrtimer.c
2437
long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, const clockid_t clockid)
kernel/time/hrtimer.c
483
static inline void debug_hrtimer_activate(struct hrtimer *timer, enum hrtimer_mode mode)
kernel/time/hrtimer.c
508
static inline void debug_hrtimer_activate(struct hrtimer *timer, enum hrtimer_mode mode) { }
kernel/time/hrtimer.c
513
static inline void debug_setup(struct hrtimer *timer, clockid_t clockid, enum hrtimer_mode mode)
kernel/time/hrtimer.c
520
enum hrtimer_mode mode)
kernel/time/hrtimer.c
526
static inline void debug_activate(struct hrtimer *timer, enum hrtimer_mode mode, bool was_armed)
kernel/time/posix-timers.c
810
enum hrtimer_mode mode;
kernel/time/sleep_timeout.c
190
const enum hrtimer_mode mode, clockid_t clock_id)
kernel/time/sleep_timeout.c
261
const enum hrtimer_mode mode)
kernel/time/sleep_timeout.c
276
int __sched schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode)
kernel/torture.c
91
int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode,
tools/testing/selftests/bpf/progs/test_vmlinux.c
74
const enum hrtimer_mode mode)
tools/testing/selftests/bpf/progs/test_vmlinux.c
83
const enum hrtimer_mode mode)
tools/testing/selftests/bpf/progs/timer_start_deadlock.c
31
int BPF_PROG(tp_hrtimer_start, struct hrtimer *hrtimer, enum hrtimer_mode mode, bool was_armed)