Searched refs:p__map (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | arena.c | 555 __bpf_kfunc void *bpf_arena_alloc_pages(void *p__map, void *addr__ign, u32 page_cnt, in bpf_arena_alloc_pages() argument 558 struct bpf_map *map = p__map; in bpf_arena_alloc_pages() 567 __bpf_kfunc void bpf_arena_free_pages(void *p__map, void *ptr__ign, u32 page_cnt) in bpf_arena_free_pages() argument 569 struct bpf_map *map = p__map; in bpf_arena_free_pages()
|
| H A D | helpers.c | 2892 __bpf_kfunc int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) in bpf_wq_init() argument 2895 struct bpf_map *map = p__map; in bpf_wq_init()
|
| /linux-6.15/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-6.15/drivers/hid/bpf/progs/ |
| H A D | hid_bpf_helpers.h | 34 extern int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) __weak __ksym;
|
| /linux-6.15/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;
|