Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
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()
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/
A Dhid_bpf_helpers.h119 #define bpf_wq_set_callback(timer, cb, flags) \ macro
A Dhid.c490 if (bpf_wq_set_callback(wq, wq_cb_sleepable, 0)) in test_inject_input_report_callback()
/linux/tools/testing/selftests/bpf/
A Dbpf_experimental.h583 #define bpf_wq_set_callback(timer, cb, flags) \ macro

Completed in 10 milliseconds