Home
last modified time | relevance | path

Searched refs:helpers (Results 1 – 25 of 131) sorted by relevance

123456

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_bpftool.py89 for helpers in res["helpers"].values():
91 self.assertNotIn(unexpected_helper, helpers)
114 for helpers in tc["helpers"].values():
116 self.assertNotIn(unexpected_helper, helpers)
133 for helpers in tc["helpers"].values():
134 if all(expected_helper in helpers
147 for helpers in full_res["helpers"].values():
148 for helper in helpers:
151 for helpers in not_full_res["helpers"].values():
152 for helper in helpers:
A DMakefile.docs24 HELPERS_RST = bpf-helpers.rst
33 DOCTARGETS := helpers syscall
37 helpers: man7
76 $(eval $(call DOCS_RULES,helpers,7))
A D.gitignore3 bpf-helpers*
/linux-6.3-rc2/Documentation/bpf/
A Dhelpers.rst4 * `bpf-helpers(7)`_ maintains a list of helpers available to eBPF programs.
7 .. _bpf-helpers(7): https://man7.org/linux/man-pages/man7/bpf-helpers.7.html
A Dmaps.rst9 support specific BPF helpers that perform actions based on the map contents. The
10 maps are accessed from BPF programs via BPF helpers which are documented in the
11 `man-pages`_ for `bpf-helpers(7)`_.
81 .. _bpf-helpers(7): https://man7.org/linux/man-pages/man7/bpf-helpers.7.html
A Dbpf_design_QA.rst69 BPF programs and programs call kernel helpers with zero overhead,
206 which are using helpers like bpf_probe_read() to walk kernel internal
212 new helpers. Kfuncs are not considered part of the stable API, and have their own
243 A: NO. BPF programs can only call specific functions exposed as BPF helpers or
251 and bpf_probe_read_str() helpers. Networking programs cannot read
252 arbitrary memory, since they don't have access to these helpers.
268 helpers, etc be added out of kernel module code?
272 The core BPF functionality such as program types, maps and helpers cannot be
315 values (when using BTF support for BPF maps). This allows to use helpers for
/linux-6.3-rc2/Documentation/gpu/
A Ddrm-kms-helpers.rst20 helpers. Old drivers still often use the legacy CRTC helpers. They both share
23 also the simple display pipe helpers.
26 helpers for handling encoder and transcoder IP blocks. Second the panel helpers
111 :doc: fbdev helpers
246 :doc: dp helpers
261 :doc: dp cec helpers
270 :doc: dp dual mode helpers
328 :doc: dsi helpers
340 :doc: dsc helpers
370 :doc: scdc helpers
[all …]
A Dtodo.rst47 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
69 helpers (and drivers then moved over to clipped coordinates). Probably the
71 avoid confusion - the other helpers in that file are all deprecated legacy
72 helpers.
78 Improve plane atomic_check helpers
82 with the current helpers:
100 Convert early atomic drivers to async commit helpers
237 helpers could further benefit from using struct iosys_map instead of
255 helpers might be subject to similar issues.
391 Introduce core helpers:
[all …]
A Dindex.rst11 drm-kms-helpers
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-ctrls-api.c336 helpers[i].mref->helper = NULL; in prepare_ext_ctrls()
409 if (!helpers) in v4l2_g_ext_ctrls_common()
425 if (!helpers[i].mref) in v4l2_g_ext_ctrls_common()
474 idx = helpers[idx].next; in v4l2_g_ext_ctrls_common()
481 kvfree(helpers); in v4l2_g_ext_ctrls_common()
588 if (!helpers) in try_set_ext_ctrls_common()
600 if (!helpers[i].mref) in try_set_ext_ctrls_common()
658 idx = helpers[idx].next; in try_set_ext_ctrls_common()
678 helpers[idx].ref->ctrl); in try_set_ext_ctrls_common()
679 idx = helpers[idx].next; in try_set_ext_ctrls_common()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/display/
A DKconfig12 DRM helpers for display adapters.
18 DRM display helpers for DisplayPort.
24 DRM display helpers for HDCP.
30 DRM display helpers for HDMI.
/linux-6.3-rc2/tools/testing/selftests/openat2/
A DMakefile8 $(TEST_GEN_PROGS): helpers.c helpers.h
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst31 | *GROUP* := { **prog_types** | **map_types** | **attach_types** | **link_types** | **helpers** }
43 helpers which print warnings to kernel logs. To enable them
79 functions (**helpers**). The command does not probe the system, but
82 header (list of helpers). This can be used in scripts to iterate over
83 BPF types or helpers.
/linux-6.3-rc2/tools/cgroup/
A Dmemcg_slabinfo.py10 from drgn.helpers.linux import list_for_each_entry, list_empty
11 from drgn.helpers.linux import for_each_page
12 from drgn.helpers.linux.cpumask import for_each_online_cpu
13 from drgn.helpers.linux.percpu import per_cpu_ptr
/linux-6.3-rc2/Documentation/filesystems/
A Dnetfs_library.rst12 - Buffered read helpers.
98 The library provides a set of read helpers that handle the ->read_folio(),
127 From the network filesystem, the helpers require a table of operations. This
135 Three read helpers are provided::
157 The helpers manage the read request, calling back into the network filesystem
159 necessary before returning for helpers that are meant to be synchronous.
181 The read helpers make use of a couple of structures to maintain the state of
367 Note that the helpers have the folios locked, but not pinned. It is
399 The read helpers work by the following general procedure:
411 helpers just try to generate maximal slices.
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/
A DTODO.txt26 should be moved to dma_fence, drm/scheduler or atomic commit helpers. Or
35 - i915_mm.c should be moved to the right places. Some of the helpers also look a
40 - tasklet helpers in i915_tasklet.h also look a bit misplaced and should
/linux-6.3-rc2/Documentation/arm/
A Dkernel_user_helpers.rst24 User space is expected to bypass those helpers and implement those things
31 of not using these kernel helpers if your compiled code is not going to
34 New helpers may be added over time, so an older kernel may be missing some
35 helpers present in a newer kernel. For this reason, programs must check
39 if the required helpers are not provided by the kernel version that
53 This field contains the number of helpers being implemented by the
/linux-6.3-rc2/tools/testing/selftests/x86/
A DMakefile74 $(BINARIES_32): $(OUTPUT)/%_32: %.c helpers.h
77 $(BINARIES_64): $(OUTPUT)/%_64: %.c helpers.h
/linux-6.3-rc2/scripts/
A Dbpf_doc.py95 self.helpers = []
250 self.helpers.append(helper)
288 for helper in self.helpers:
443 self.elements = parser.helpers
656 self.elements = parser.helpers
/linux-6.3-rc2/Documentation/driver-api/80211/
A Dcfg80211.rst131 Data path helpers
135 :doc: Data path helpers
/linux-6.3-rc2/rust/macros/
A Dlib.rs6 mod helpers; module
A Dconcat_idents.rs5 use crate::helpers::expect_punct;
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/bpf/
A Dmain.c249 bpf->helpers.map_lookup = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
252 bpf->helpers.map_update = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
255 bpf->helpers.map_delete = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
258 bpf->helpers.perf_event_output = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
/linux-6.3-rc2/tools/rcu/
A Drcu-cbs.py18 from drgn.helpers.linux import *
/linux-6.3-rc2/drivers/media/platform/qcom/venus/
A DMakefile4 venus-core-objs += core.o helpers.o firmware.o \

Completed in 25 milliseconds

123456