Home
last modified time | relevance | path

Searched refs:bpf_timer (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtimer.c12 struct bpf_timer timer;
32 struct bpf_timer t;
61 static int timer_cb1(void *map, int *key, struct bpf_timer *timer) in timer_cb1()
72 struct bpf_timer *lru_timer; in timer_cb1()
125 struct bpf_timer *arr_timer, *lru_timer; in BPF_PROG()
166 struct bpf_timer *arr_timer; in timer_cb2()
Dtimer_mim_reject.c12 struct bpf_timer timer;
Dtimer_mim.c12 struct bpf_timer timer;
/Linux-v5.15/kernel/bpf/
Dhelpers.c1103 BUILD_BUG_ON(sizeof(struct bpf_timer_kern) > sizeof(struct bpf_timer)); in BPF_CALL_3()
1104 BUILD_BUG_ON(__alignof__(struct bpf_timer_kern) != __alignof__(struct bpf_timer)); in BPF_CALL_3()
Dbtf.c3131 sizeof(struct bpf_timer), in btf_find_timer()
3132 __alignof__(struct bpf_timer)); in btf_find_timer()
Dverifier.c3280 if (reg->smin_value + off < t + sizeof(struct bpf_timer) && in check_map_access()
/Linux-v5.15/include/linux/
Dbpf.h212 *(struct bpf_timer *)(dst + map->timer_off) = in check_and_init_map_value()
213 (struct bpf_timer){}; in check_and_init_map_value()
226 t_sz = sizeof(struct bpf_timer); in copy_map_value()
/Linux-v5.15/include/uapi/linux/
Dbpf.h6184 struct bpf_timer { struct
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h6184 struct bpf_timer { struct