Home
last modified time | relevance | path

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

/linux-6.1.9/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_PROG2()
166 struct bpf_timer *arr_timer; in timer_cb2()
Dtimer_crash.c8 struct bpf_timer timer;
Dtimer_mim_reject.c12 struct bpf_timer timer;
Dtest_helper_restricted.c7 struct bpf_timer t;
Dtimer_mim.c12 struct bpf_timer timer;
/linux-6.1.9/kernel/bpf/
Dhelpers.c1103 BTF_TYPE_EMIT(struct bpf_timer); in bpf_timer_cb()
1141 BUILD_BUG_ON(sizeof(struct bpf_timer_kern) > sizeof(struct bpf_timer)); in BPF_CALL_3()
1142 BUILD_BUG_ON(__alignof__(struct bpf_timer_kern) != __alignof__(struct bpf_timer)); in BPF_CALL_3()
Dbtf.c3374 sz = sizeof(struct bpf_timer); in btf_find_field()
3375 align = __alignof__(struct bpf_timer); in btf_find_field()
Dsyscall.c965 off_arr->field_sz[i] = sizeof(struct bpf_timer); in bpf_map_alloc_off_arr()
Dverifier.c3861 if (reg->smin_value + off < t + sizeof(struct bpf_timer) && in check_map_access()
/linux-6.1.9/tools/include/uapi/linux/
Dbpf.h6826 struct bpf_timer { struct
/linux-6.1.9/include/uapi/linux/
Dbpf.h6826 struct bpf_timer { struct
/linux-6.1.9/include/linux/
Dbpf.h274 memset(dst + map->timer_off, 0, sizeof(struct bpf_timer)); in check_and_init_map_value()