Searched refs:bpf_wq_start (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | wq.c | 83 if (bpf_wq_start(wq, 0)) in test_elem_callback() 113 if (bpf_wq_start(wq, 0)) in test_hmap_elem_callback()
|
| /linux-6.15/drivers/hid/bpf/progs/ |
| H A D | hid_bpf_async.h | 102 bpf_wq_start(&e->wq, 0); in __start_wq_timer_cb() 210 return bpf_wq_start(&elem->wq, 0); in hid_bpf_async_delayed_call()
|
| H A D | hid_bpf_helpers.h | 35 extern int bpf_wq_start(struct bpf_wq *wq, unsigned int flags) __weak __ksym;
|
| /linux-6.15/tools/testing/selftests/hid/progs/ |
| H A D | hid_bpf_helpers.h | 118 extern int bpf_wq_start(struct bpf_wq *wq, unsigned int flags) __weak __ksym;
|
| H A D | hid.c | 493 if (bpf_wq_start(wq, 0)) in test_inject_input_report_callback()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 582 extern int bpf_wq_start(struct bpf_wq *wq, unsigned int flags) __weak __ksym;
|
| /linux-6.15/kernel/bpf/ |
| H A D | helpers.c | 2906 __bpf_kfunc int bpf_wq_start(struct bpf_wq *wq, unsigned int flags) in bpf_wq_start() function 3283 BTF_ID_FLAGS(func, bpf_wq_start)
|