Searched refs:bpf_wq_init (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | wq_failures.c | 63 if (bpf_wq_init(wq, &key, 0) != 0) in __flag() 88 if (bpf_wq_init(wq, &lru, 0) != 0) in __flag() 111 if (bpf_wq_init(wq, &array, 0)) in test_wrong_wq_pointer() 137 if (bpf_wq_init(wq, &array, 0)) in test_wrong_wq_pointer_offset()
|
H A D | wq.c | 77 if (bpf_wq_init(wq, map, 0) != 0) in test_elem_callback() 107 if (bpf_wq_init(wq, map, 0) != 0) in test_hmap_elem_callback()
|
/linux/tools/testing/selftests/hid/progs/ |
H A D | hid_bpf_helpers.h | 114 extern int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) __weak __ksym;
|
H A D | hid.c | 487 if (bpf_wq_init(wq, &hmap, 0) != 0) in test_inject_input_report_callback()
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_experimental.h | 578 extern int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) __weak __ksym;
|
/linux/kernel/bpf/ |
H A D | helpers.c | 2795 __bpf_kfunc int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) in bpf_wq_init() function 3118 BTF_ID_FLAGS(func, bpf_wq_init)
|