Searched refs:bpf_wq_set_callback (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ ! |
H A D | wq_failures.c | 114 if (bpf_wq_set_callback((void *)&wq, wq_callback, 0)) in test_wrong_wq_pointer() 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 | 122 #define bpf_wq_set_callback(timer, cb, flags) \ macro
|
H A D | hid.c | 490 if (bpf_wq_set_callback(wq, wq_cb_sleepable, 0)) in test_inject_input_report_callback()
|
/linux/drivers/hid/bpf/progs/ ! |
H A D | hid_bpf_async.h | 193 err = bpf_wq_set_callback(&elem->wq, wq_cb, 0); in hid_bpf_async_delayed_call()
|
H A D | hid_bpf_helpers.h | 39 #define bpf_wq_set_callback(wq, cb, flags) \ macro
|