Home
last modified time | relevance | path

Searched refs:bpf_wq_init (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dwq_failures.c45 /* test that bpf_wq_init takes a map as a second argument
50 __msg(": (85) call bpf_wq_init#") /* anchor message */ in __flag()
63 if (bpf_wq_init(wq, &key, 0) != 0) in __flag()
70 /* test that the workqueue is part of the map in bpf_wq_init
75 __msg(": (85) call bpf_wq_init#") /* anchor message */ in __flag()
88 if (bpf_wq_init(wq, &lru, 0) != 0) in __flag()
111 if (bpf_wq_init(wq, &array, 0)) in test_wrong_wq_pointer()
137 if (bpf_wq_init(wq, &array, 0)) in test_wrong_wq_pointer_offset()
149 __msg(": (85) call bpf_wq_init#")
164 if (bpf_wq_init(w
[all...]
H A Dwq.c77 if (bpf_wq_init(wq, map, 0) != 0) in test_elem_callback()
107 if (bpf_wq_init(wq, map, 0) != 0) in test_hmap_elem_callback()
203 if (bpf_wq_init(wq, &array, 0) != 0)
H A Dksock_wq.c53 err = bpf_wq_init(&value->work, &work_map, 0); in ksock_wq_start()
/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h129 extern int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) __weak __ksym;
H A Dhid.c502 if (bpf_wq_init(wq, &hmap, 0) != 0) in test_inject_input_report_callback()
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h351 extern int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) __weak __ksym;
/linux/kernel/bpf/
H A Dhelpers.c3409 __bpf_kfunc int bpf_wq_init(struct bpf_wq *wq, void *p__const_map, unsigned int flags) in bpf_wq_init() function
4918 BTF_ID_FLAGS(func, bpf_wq_init)
/linux/Documentation/bpf/
H A Dkfuncs.rst264 __bpf_kfunc int bpf_wq_init(struct bpf_wq *wq, void *p__const_map,