Searched refs:bpf_timer (Results 1 – 9 of 9) sorted by relevance
12 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()
12 struct bpf_timer timer;
1103 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()
3131 sizeof(struct bpf_timer), in btf_find_timer()3132 __alignof__(struct bpf_timer)); in btf_find_timer()
3280 if (reg->smin_value + off < t + sizeof(struct bpf_timer) && in check_map_access()
212 *(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()
6184 struct bpf_timer { struct