Home
last modified time | relevance | path

Searched refs:bpf_wq_set_callback (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/ !
H A Dwq_failures.c114 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 Dwq.c80 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 Dhid_bpf_helpers.h122 #define bpf_wq_set_callback(timer, cb, flags) \ macro
H A Dhid.c490 if (bpf_wq_set_callback(wq, wq_cb_sleepable, 0)) in test_inject_input_report_callback()
/linux/drivers/hid/bpf/progs/ !
H A Dhid_bpf_async.h193 err = bpf_wq_set_callback(&elem->wq, wq_cb, 0); in hid_bpf_async_delayed_call()
H A Dhid_bpf_helpers.h39 #define bpf_wq_set_callback(wq, cb, flags) \ macro