Home
last modified time | relevance | path

Searched refs:bpf_wq_set_callback_impl (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h119 extern int bpf_wq_set_callback_impl(struct bpf_wq *wq,
123 bpf_wq_set_callback_impl(timer, cb, flags, NULL)
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h583 extern int bpf_wq_set_callback_impl(struct bpf_wq *wq,
587 bpf_wq_set_callback_impl(timer, cb, flags, NULL)
/linux/kernel/bpf/
H A Dhelpers.c3061 __bpf_kfunc int bpf_wq_set_callback_impl(struct bpf_wq *wq, in bpf_wq_set_callback_impl() function
3807 BTF_ID_FLAGS(func, bpf_wq_set_callback_impl)
H A Dverifier.c12294 BTF_ID(func, bpf_wq_set_callback_impl) in BTF_ID()