Searched refs:bpf_wq_set_callback (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
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()
|
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-6.12.1/tools/testing/selftests/hid/progs/ |
D | hid_bpf_helpers.h | 119 #define bpf_wq_set_callback(timer, cb, flags) \ macro
|
D | hid.c | 490 if (bpf_wq_set_callback(wq, wq_cb_sleepable, 0)) in test_inject_input_report_callback()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 583 #define bpf_wq_set_callback(timer, cb, flags) \ macro
|