Searched refs:p__map (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | arena.c | 583 __bpf_kfunc void *bpf_arena_alloc_pages(void *p__map, void *addr__ign, u32 page_cnt, in bpf_arena_alloc_pages() argument 586 struct bpf_map *map = p__map; in bpf_arena_alloc_pages() 595 __bpf_kfunc void bpf_arena_free_pages(void *p__map, void *ptr__ign, u32 page_cnt) in bpf_arena_free_pages() argument 597 struct bpf_map *map = p__map; in bpf_arena_free_pages() 605 __bpf_kfunc int bpf_arena_reserve_pages(void *p__map, void *ptr__ign, u32 page_cnt) in bpf_arena_reserve_pages() argument 607 struct bpf_map *map = p__map; in bpf_arena_reserve_pages()
|
| H A D | helpers.c | 3092 __bpf_kfunc int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) in bpf_wq_init() argument 3095 struct bpf_map *map = p__map; in bpf_wq_init()
|
| /linux/tools/testing/selftests/hid/progs/ |
| H A D | hid_bpf_helpers.h | 117 extern int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) __weak __ksym;
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 581 extern int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) __weak __ksym;
|