Home
last modified time | relevance | path

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

123456

/Linux-v6.6/tools/testing/selftests/bpf/
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:
DMakefile.docs24 HELPERS_RST = bpf-helpers.rst
33 DOCTARGETS := helpers syscall
37 helpers: man7
76 $(eval $(call DOCS_RULES,helpers,7))
/Linux-v6.6/Documentation/bpf/
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
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
Dbpf_design_QA.rst69 BPF programs and programs call kernel helpers with zero overhead,
201 which are using helpers like bpf_probe_read() to walk kernel internal
207 new helpers. Kfuncs are not considered part of the stable API, and have their own
238 A: NO. BPF programs can only call specific functions exposed as BPF helpers or
246 and bpf_probe_read_str() helpers. Networking programs cannot read
247 arbitrary memory, since they don't have access to these helpers.
263 helpers, etc be added out of kernel module code?
267 The core BPF functionality such as program types, maps and helpers cannot be
310 values (when using BTF support for BPF maps). This allows to use helpers for
/Linux-v6.6/Documentation/gpu/
Ddrm-kms-helpers.rst12 This distinction between core code and helpers is especially strong in the
17 There are a few areas these helpers can grouped into:
20 helpers. Old drivers still often use the legacy CRTC helpers. They both share
23 also the simple display pipe helpers.
25 * There's a big pile of helpers for handling outputs. First the generic bridge
26 helpers for handling encoder and transcoder IP blocks. Second the panel helpers
28 helpers for the various sink standards (DisplayPort, HDMI, MIPI DSI). Finally
29 there's also generic helpers for handling output probing, and for dealing with
32 * The last group of helpers concerns itself with the frontend side of a display
111 :doc: fbdev helpers
[all …]
Dtodo.rst47 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
73 helpers (and drivers then moved over to clipped coordinates). Probably the
74 helper should also be moved from drm_plane_helper.c to the atomic helpers, to
75 avoid confusion - the other helpers in that file are all deprecated legacy
76 helpers.
82 Improve plane atomic_check helpers
86 with the current helpers:
94 - Once that's done, helpers could stop calling ->atomic_check for disabled
104 Convert early atomic drivers to async commit helpers
107 For the first year the atomic modeset helpers didn't support asynchronous /
[all …]
Dindex.rst11 drm-kms-helpers
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c215 struct v4l2_ctrl_helper *helpers, in prepare_ext_ctrls() argument
223 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls()
336 helpers[i].mref->helper = NULL; in prepare_ext_ctrls()
337 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls()
389 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls_common() local
407 helpers = kvmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls_common()
409 if (!helpers) in v4l2_g_ext_ctrls_common()
413 ret = prepare_ext_ctrls(hdl, cs, helpers, vdev, true); in v4l2_g_ext_ctrls_common()
417 if (helpers[i].ref->ctrl->flags & V4L2_CTRL_FLAG_WRITE_ONLY) in v4l2_g_ext_ctrls_common()
425 if (!helpers[i].mref) in v4l2_g_ext_ctrls_common()
[all …]
/Linux-v6.6/drivers/gpu/drm/display/
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-v6.6/tools/workqueue/
Dwq_dump.py50 from drgn.helpers.linux.list import list_for_each_entry,list_empty
51 from drgn.helpers.linux.percpu import per_cpu_ptr
52 from drgn.helpers.linux.cpumask import for_each_cpu,for_each_possible_cpu
53 from drgn.helpers.linux.idr import idr_for_each
Dwq_monitor.py43 from drgn.helpers.linux.list import list_for_each_entry,list_empty
44 from drgn.helpers.linux.cpumask import for_each_possible_cpu
/Linux-v6.6/tools/testing/selftests/openat2/
DMakefile8 $(TEST_GEN_PROGS): helpers.c helpers.h
/Linux-v6.6/tools/bpf/bpftool/Documentation/
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-v6.6/tools/cgroup/
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-v6.6/Documentation/filesystems/
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
248 Each subrequest is expected to access a single source, though the helpers will
265 slice. If a short read occurs, the helpers will call again, having updated
292 The network filesystem must provide the read helpers with a table of operations
[all …]
/Linux-v6.6/drivers/net/pcs/
DKconfig18 This module provides helpers to phylink for managing the Lynx PCS
25 This module provides helpers to phylink for managing the LynxI PCS
/Linux-v6.6/drivers/gpu/drm/i915/
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-v6.6/Documentation/arch/arm/
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-v6.6/tools/testing/selftests/x86/
DMakefile74 $(BINARIES_32): $(OUTPUT)/%_32: %.c helpers.h
77 $(BINARIES_64): $(OUTPUT)/%_64: %.c helpers.h
/Linux-v6.6/scripts/
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-v6.6/Documentation/driver-api/80211/
Dcfg80211.rst131 Data path helpers
135 :doc: Data path helpers
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/bpf/
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-v6.6/tools/rcu/
Drcu-cbs.py18 from drgn.helpers.linux import *
/Linux-v6.6/rust/macros/
Dconcat_idents.rs5 use crate::helpers::expect_punct;

123456