Home
last modified time | relevance | path

Searched refs:kfunc (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/verifier/
A Dsleepable.c9 .kfunc = "bpf_fentry_test1",
22 .kfunc = "bpf_fentry_test1",
35 .kfunc = "bpf_fentry_test1",
48 .kfunc = "task",
60 .kfunc = "bpf",
73 .kfunc = "bpf_fentry_test1",
86 .kfunc = "sched_switch",
A Dd_path.c17 .kfunc = "dentry_open",
36 .kfunc = "d_path",
A Dbtf_ctx_access.c11 .kfunc = "bpf_modify_return_test",
A Dref_tracking.c100 .kfunc = "bpf",
121 .kfunc = "bpf",
142 .kfunc = "bpf",
163 .kfunc = "bpf",
182 .kfunc = "bpf",
200 .kfunc = "bpf",
217 .kfunc = "bpf",
A Datomic_fetch_add.c103 .kfunc = "bpf_fentry_test7",
A Dbpf_get_stack.c84 .kfunc = "task",
/linux-6.3-rc2/Documentation/bpf/
A Dkfuncs.rst18 2. Defining a kfunc
29 2.1 Creating a wrapper kfunc
52 kfunc. Otherwise one may directly make the kfunc visible to the BPF program by
55 2.2 Annotating kfunc parameters
167 kfunc with this flag.
290 kfunc by a BPF program, matches the type of pointer specified in the kfunc
343 widely used the kfunc is, how long the kfunc has been in the kernel, whether an
346 to support the kfunc.
383 3.1 kfunc deprecation
390 superior functionality to an existing kfunc, the existing kfunc may be
[all …]
A Dcpumasks.rst147 * be acquired using the bpf_cpumask_kptr_get() kfunc.
170 * present in the map by the time we invoke the kfunc.
196 As we'll see below, any kfunc that mutates its cpumask argument will take a
390 could easily be encapsulated in a new kfunc if and when required. If you'd like
392 do add a new cpumask kfunc, please document it here, and add any relevant
A Dbpf_licensing.rst85 directly via unstable interface also known as "kfunc".
A Dgraph_ds_impl.rst166 kfunc, or via ``bpf_obj_drop``, which ``free``'s the pointee
257 ``bpf_rbtree_remove``. The logic here being that any graph API kfunc which:
/linux-6.3-rc2/tools/testing/selftests/bpf/
A DDENYLIST.s390x12 … # JIT does not support calling kernel function (kfunc)
24 … # JIT does not support calling kernel function (kfunc)
A Dtest_verifier.c86 const char *kfunc; member
166 const char *kfunc; member
1109 if (fixup_kfunc_btf_id->kfunc) { in do_test_fixup()
1118 fixup_kfunc_btf_id->kfunc, in do_test_fixup()
1125 } while (fixup_kfunc_btf_id->kfunc); in do_test_fixup()
1502 prog_type == BPF_PROG_TYPE_LSM) && test->kfunc) { in do_test_single()
1505 attach_btf_id = libbpf_find_vmlinux_btf_id(test->kfunc, in do_test_single()
1509 test->kfunc); in do_test_single()
/linux-6.3-rc2/Documentation/hid/
A Dhid-bpf.rst357 /* HID-BPF kfunc API definitions */
455 /* some more HID-BPF kfunc API definitions */

Completed in 18 milliseconds