Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 25 of 29) sorted by relevance

12

/tools/testing/selftests/kvm/arm64/
A Darch_timer_edge_cases.c54 enum arch_timer timer; member
148 enum arch_timer timer; in guest_irq_handler() local
412 static void test_timer_control_masks(enum arch_timer timer) in test_timer_control_masks()
488 static void test_reprogram_timers(enum arch_timer timer) in test_reprogram_timers()
755 static void test_timers_in_the_past(enum arch_timer timer) in test_timers_in_the_past()
791 static void test_long_timer_delays(enum arch_timer timer) in test_long_timer_delays()
805 static void guest_run_iteration(enum arch_timer timer) in guest_run_iteration()
823 static void guest_code(enum arch_timer timer) in guest_code()
866 enum arch_timer timer) in kvm_set_cntxct()
878 enum arch_timer timer = uc->args[3]; in handle_sync() local
[all …]
/tools/testing/selftests/kvm/include/arm64/
A Darch_timer.h34 static inline uint64_t timer_get_cntct(enum arch_timer timer) in timer_get_cntct()
51 static inline void timer_set_cval(enum arch_timer timer, uint64_t cval) in timer_set_cval()
67 static inline uint64_t timer_get_cval(enum arch_timer timer) in timer_get_cval()
82 static inline void timer_set_tval(enum arch_timer timer, int32_t tval) in timer_set_tval()
98 static inline int32_t timer_get_tval(enum arch_timer timer) in timer_get_tval()
114 static inline void timer_set_ctl(enum arch_timer timer, uint32_t ctl) in timer_set_ctl()
130 static inline uint32_t timer_get_ctl(enum arch_timer timer) in timer_get_ctl()
145 static inline void timer_set_next_cval_ms(enum arch_timer timer, uint32_t msec) in timer_set_next_cval_ms()
153 static inline void timer_set_next_tval_ms(enum arch_timer timer, uint32_t msec) in timer_set_next_tval_ms()
A Ddelay.h13 enum arch_timer timer = VIRTUAL; in __delay() local
/tools/testing/selftests/bpf/progs/
A Dtimer_lockup.c35 struct bpf_timer *timer; in timer_cb1() local
47 struct bpf_timer *timer; in timer_cb2() local
60 struct bpf_timer *timer; in timer1_prog() local
76 struct bpf_timer *timer; in timer2_prog() local
A Dtimer.c13 struct bpf_timer timer; member
73 static int timer_cb1(void *map, int *key, struct bpf_timer *timer) in timer_cb1()
301 static int timer_cb3(void *map, int *key, struct bpf_timer *timer) in timer_cb3()
321 struct bpf_timer *timer; in BPF_PROG2() local
338 static int timer_cb_pinned(void *map, int *key, struct bpf_timer *timer) in timer_cb_pinned()
353 struct bpf_timer *timer; in test_pinned_timer() local
396 static int race_timer_callback(void *race_array, int *race_key, struct bpf_timer *timer) in race_timer_callback()
405 struct bpf_timer *timer; in race() local
A Dtest_helper_restricted.c6 struct timer { struct
7 struct bpf_timer t; argument
28 static int timer_cb(void *map, int *key, struct timer *timer) in timer_cb()
35 struct timer *timer; in timer_work() local
A Dasync_stack_depth.c8 struct bpf_timer timer; member
19 static int timer_cb(void *map, int *key, struct bpf_timer *timer) in timer_cb()
26 static int bad_timer_cb(void *map, int *key, struct bpf_timer *timer) in bad_timer_cb()
A Dtest_vmlinux.c73 int BPF_KPROBE(handle__kprobe, struct hrtimer *timer, ktime_t tim, u64 delta_ns, in BPF_KPROBE()
82 int BPF_PROG(handle__fentry, struct hrtimer *timer, ktime_t tim, u64 delta_ns, in BPF_PROG()
A Dverifier_helper_restricted.c20 struct timer { struct
21 struct bpf_timer t; argument
A Dverifier_private_stack.c288 __noinline static int timer_cb1(void *map, int *key, struct bpf_timer *timer) in timer_cb1()
294 __noinline static int timer_cb2(void *map, int *key, struct bpf_timer *timer) in timer_cb2()
A Dtimer_failure.c58 struct bpf_timer *timer; in __flag() local
A Dtimer_crash.c8 struct bpf_timer timer; member
A Dfree_timer.c11 struct bpf_timer timer; member
A Dtimer_mim_reject.c12 struct bpf_timer timer; member
A Dtimer_mim.c12 struct bpf_timer timer; member
A Dexceptions_fail.c19 struct bpf_timer timer; member
89 static int timer_cb(void *map, int *key, struct bpf_timer *timer) in timer_cb()
A Dwq.c14 struct bpf_timer timer; /* unused */ member
A Dbpf_iter_tcp4.c15 static int timer_pending(const struct timer_list * timer) in timer_pending()
A Dbpf_iter_tcp6.c15 static int timer_pending(const struct timer_list * timer) in timer_pending()
/tools/sched_ext/
A Dscx_central.bpf.c80 struct bpf_timer timer; member
254 static int central_timerfn(void *map, int *key, struct bpf_timer *timer) in central_timerfn()
300 struct bpf_timer *timer; in BPF_STRUCT_OPS_SLEEPABLE() local
A Dscx_qmap.bpf.c692 struct bpf_timer timer; member
784 static int monitor_timerfn(void *map, int *key, struct bpf_timer *timer) in monitor_timerfn()
823 struct bpf_timer *timer; in BPF_STRUCT_OPS_SLEEPABLE() local
/tools/testing/selftests/bpf/prog_tests/
A Dtimer.c24 static int timer(struct timer *timer_skel) in timer() function
/tools/testing/selftests/kvm/x86/
A Dvmx_exception_with_invalid_guest_state.c48 struct itimerval timer; in set_timer() local
/tools/testing/selftests/hid/progs/
A Dhid_bpf_helpers.h122 #define bpf_wq_set_callback(timer, cb, flags) \ argument
/tools/testing/selftests/bpf/
A Dbpf_experimental.h586 #define bpf_wq_set_callback(timer, cb, flags) \ argument

Completed in 32 milliseconds

12