Searched refs:kfunc (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/verifier/ |
| A D | sleepable.c | 9 .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 D | atomic_fetch_add.c | 103 .kfunc = "bpf_fentry_test7",
|
| /linux/Documentation/bpf/ |
| A D | kfuncs.rst | 18 2. Defining a kfunc 29 2.1 Creating a wrapper kfunc 50 kfunc. Otherwise one may directly make the kfunc visible to the BPF program by 53 2.2 Annotating kfunc parameters 370 kfunc by a BPF program, matches the type of pointer specified in the kfunc 411 3. kfunc lifecycle expectations 423 widely used the kfunc is, how long the kfunc has been in the kernel, whether an 426 to support the kfunc. 463 3.1 kfunc deprecation 470 superior functionality to an existing kfunc, the existing kfunc may be [all …]
|
| A D | cpumasks.rst | 186 As we'll see below, any kfunc that mutates its cpumask argument will take a 381 could easily be encapsulated in a new kfunc if and when required. If you'd like 383 do add a new cpumask kfunc, please document it here, and add any relevant
|
| A D | bpf_licensing.rst | 85 directly via unstable interface also known as "kfunc".
|
| A D | graph_ds_impl.rst | 166 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/tools/testing/selftests/bpf/ |
| A D | test_verifier.c | 84 const char *kfunc; member 164 const char *kfunc; member 976 while (fixup_kfunc_btf_id->kfunc) { in fixup_prog_kfuncs() 983 fixup_kfunc_btf_id->kfunc, in fixup_prog_kfuncs() 993 fixup_kfunc_btf_id->kfunc, in fixup_prog_kfuncs() 1577 prog_type == BPF_PROG_TYPE_LSM) && test->kfunc) { in do_test_single() 1580 attach_btf_id = libbpf_find_vmlinux_btf_id(test->kfunc, in do_test_single() 1584 test->kfunc); in do_test_single()
|
| /linux/Documentation/networking/ |
| A D | xdp-rx-metadata.rst | 39 to indicate the device driver have not implemented this kfunc. 119 It is possible to query which kfunc the particular netdev implements via
|
| /linux/Documentation/hid/ |
| A D | hid-bpf.rst | 379 /* HID-BPF kfunc API definitions */ 460 /* some more HID-BPF kfunc API definitions */
|
Completed in 19 milliseconds