Searched refs:bpf_wq_set_callback (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | wq_failures.c | 97 /* check that the first argument of bpf_wq_set_callback() 100 __msg(": (85) call bpf_wq_set_callback#") /* anchor message */ 114 if (bpf_wq_set_callback((void *)&wq, wq_callback, 0)) in test_wrong_wq_pointer() 123 /* check that the first argument of bpf_wq_set_callback() 126 __msg(": (85) call bpf_wq_set_callback#") /* anchor message */ 140 if (bpf_wq_set_callback((void *)wq + 1, wq_cb_sleepable, 0)) in test_wrong_wq_pointer_offset()
|
| H A D | wq.c | 80 if (bpf_wq_set_callback(wq, callback_fn, 0)) in test_elem_callback() 110 if (bpf_wq_set_callback(wq, callback_fn, 0)) in test_hmap_elem_callback()
|
| /linux/tools/testing/selftests/hid/progs/ |
| H A D | hid_bpf_helpers.h | 131 extern int bpf_wq_set_callback(struct bpf_wq *wq,
|
| H A D | hid.c | 490 if (bpf_wq_set_callback(wq, wq_cb_sleepable, 0)) in test_inject_input_report_callback()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 586 #define bpf_wq_set_callback( global() macro
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 3346 __bpf_kfunc int bpf_wq_set_callback(struct bpf_wq *wq, in bpf_wq_set_callback() function 4811 BTF_ID_FLAGS(func, bpf_wq_set_callback, KF_IMPLICIT_ARGS)
|
| H A D | verifier.c | 11241 BTF_ID(func, bpf_wq_set_callback) in BTF_ID()
|