Home
last modified time | relevance | path

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

12345

/linux/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.gitignore2 bpf-helpers*
/linux/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
236 :doc: dp helpers
248 :doc: dp cec helpers
257 :doc: dp dual mode helpers
315 :doc: dsi helpers
327 :doc: dsc helpers
357 :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 dma_buf_map instead of
359 Rename CMA helpers to DMA helpers
429 Introduce core helpers:
[all …]
A Dindex.rst11 drm-kms-helpers
/linux/drivers/media/v4l2-core/
A Dv4l2-ctrls-api.c303 helpers[i].mref->helper = NULL; in prepare_ext_ctrls()
376 if (!helpers) in v4l2_g_ext_ctrls_common()
392 if (!helpers[i].mref) in v4l2_g_ext_ctrls_common()
439 idx = helpers[idx].next; in v4l2_g_ext_ctrls_common()
446 kvfree(helpers); in v4l2_g_ext_ctrls_common()
547 if (!helpers) in try_set_ext_ctrls_common()
559 if (!helpers[i].mref) in try_set_ext_ctrls_common()
617 idx = helpers[idx].next; in try_set_ext_ctrls_common()
637 helpers[idx].ref->ctrl); in try_set_ext_ctrls_common()
638 idx = helpers[idx].next; in try_set_ext_ctrls_common()
[all …]
/linux/Documentation/bpf/
A Dindex.rst50 * `bpf-helpers(7)`_ maintains a list of helpers available to eBPF programs.
107 .. _bpf-helpers(7): https://man7.org/linux/man-pages/man7/bpf-helpers.7.html
A Dprog_cgroup_sysctl.rst62 helpers focus on providing access to these properties:
85 of integers, the following helpers can be used to get numeric value from the
93 See `linux/bpf.h`_ for more details on helpers described here.
/linux/Documentation/filesystems/
A Dnetfs_library.rst10 - Buffered read helpers.
34 The library provides a set of read helpers that handle the ->readpage(),
63 From the network filesystem, the helpers require a table of operations. This
71 Three read helpers are provided::
91 for the use of the read helpers:
111 necessary before returning for helpers that are meant to be synchronous.
132 The read helpers make use of a couple of structures to maintain the state of
320 Note that the helpers have the folios locked, but not pinned. It is
355 The read helpers work by the following general procedure:
367 helpers just try to generate maximal slices.
[all …]
/linux/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/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_gem.h also look a bit misplaced and should
/linux/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/scripts/
A Dbpf_doc.py88 self.helpers = []
202 self.helpers.append(helper)
307 self.elements = parser.helpers
511 self.elements = parser.helpers
/linux/tools/testing/selftests/x86/
A DMakefile74 $(BINARIES_32): $(OUTPUT)/%_32: %.c helpers.h
77 $(BINARIES_64): $(OUTPUT)/%_64: %.c helpers.h
/linux/Documentation/driver-api/80211/
A Dcfg80211.rst131 Data path helpers
135 :doc: Data path helpers
/linux/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/tools/testing/selftests/openat2/
A DMakefile8 $(TEST_GEN_PROGS): helpers.c
/linux/Documentation/block/
A Dbiovecs.rst123 Usage of helpers:
126 * The following helpers whose names have the suffix of `_all` can only be used
139 * The following helpers iterate over single-page segment. The passed 'struct
145 * The following helpers iterate over multi-page bvec. The passed 'struct
/linux/drivers/gpu/drm/amd/display/
A DTODO77 14. core/dc_debug.c, consider switching to the atomic state debug helpers and
85 16. Move to core SCDC helpers (I think those are new since initial DC review).
95 subsystem if we try to move as much of that into helpers/core as possible, and
/linux/tools/rcu/
A Drcu-cbs.py18 from drgn.helpers.linux import *
/linux/drivers/media/platform/qcom/venus/
A DMakefile4 venus-core-objs += core.o helpers.o firmware.o \
/linux/drivers/net/pcs/
A DKconfig18 This module provides helpers to phylink for managing the Lynx PCS
/linux/Documentation/driver-api/gpio/
A Dindex.rst46 sysfs helpers
/linux/drivers/regulator/
A Dbuilt-in.a6 helpers.o/

Completed in 29 milliseconds

12345