/Linux-v6.6/tools/testing/selftests/bpf/ |
D | test_bpftool.py | 89 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:
|
D | Makefile.docs | 24 HELPERS_RST = bpf-helpers.rst 33 DOCTARGETS := helpers syscall 37 helpers: man7 76 $(eval $(call DOCS_RULES,helpers,7))
|
/Linux-v6.6/Documentation/bpf/ |
D | helpers.rst | 4 * `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
|
D | maps.rst | 9 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
|
D | bpf_design_QA.rst | 69 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/ |
D | drm-kms-helpers.rst | 12 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 …]
|
D | todo.rst | 47 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 …]
|
D | index.rst | 11 drm-kms-helpers
|
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-ctrls-api.c | 215 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/ |
D | Kconfig | 12 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/ |
D | wq_dump.py | 50 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
|
D | wq_monitor.py | 43 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/ |
D | Makefile | 8 $(TEST_GEN_PROGS): helpers.c helpers.h
|
/Linux-v6.6/tools/bpf/bpftool/Documentation/ |
D | bpftool-feature.rst | 31 | *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/ |
D | memcg_slabinfo.py | 10 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/ |
D | netfs_library.rst | 12 - 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/ |
D | Kconfig | 18 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/ |
D | TODO.txt | 26 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/ |
D | kernel_user_helpers.rst | 24 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/ |
D | Makefile | 74 $(BINARIES_32): $(OUTPUT)/%_32: %.c helpers.h 77 $(BINARIES_64): $(OUTPUT)/%_64: %.c helpers.h
|
/Linux-v6.6/scripts/ |
D | bpf_doc.py | 95 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/ |
D | cfg80211.rst | 131 Data path helpers 135 :doc: Data path helpers
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 249 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/ |
D | rcu-cbs.py | 18 from drgn.helpers.linux import *
|
/Linux-v6.6/rust/macros/ |
D | concat_idents.rs | 5 use crate::helpers::expect_punct;
|