Lines Matching defs:int
16 int counter;
24 __type(key, int);
32 __type(key, int);
43 __type(key, int);
50 __type(key, int);
57 __type(key, int);
81 static int timer_cb1(void *map, int *key, struct bpf_timer *timer)
93 int lru_key = LRU;
106 int lru_key, i;
143 int BPF_PROG2(test1, int, a)
147 int lru_key = LRU;
148 int array_key = ARRAY;
175 static int timer_error(void *map, int *key, struct bpf_timer *timer)
182 int test_async_cancel_succeed(void *ctx)
185 int array_key = ARRAY;
199 static int timer_cb2(void *map, int *key, struct hmap_elem *val)
210 int array_key = ARRAY;
259 int bpf_timer_test(void)
262 int key = HTAB, key_malloc = HTAB_MALLOC;
282 int BPF_PROG2(test2, int, a, int, b)
285 int key = HTAB, key_malloc = HTAB_MALLOC;
332 static int timer_cb3(void *map, int *key, struct bpf_timer *timer)
349 int BPF_PROG2(test3, int, a)
351 int key = 0;
369 static int timer_cb_pinned(void *map, int *key, struct bpf_timer *timer)
382 int key = 0;
410 int BPF_PROG2(test4, int, a)
419 int BPF_PROG2(test5, int, a)
427 static int race_timer_callback(void *race_array, int *race_key, struct bpf_timer *timer)
434 static int update_self_callback(void *map, int *key, struct bpf_timer *timer)
444 static int cancel_self_callback(void *map, int *key, struct bpf_timer *timer)
458 static __always_inline int test_common(enum test_mode mode)
462 int ret, key = 0;
493 int race(void *ctx)
499 int nmi_race(void *ctx)
506 int nmi_update(void *ctx)
513 int nmi_cancel(void *ctx)