Home
last modified time | relevance | path

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

1234567891011

/openbmc/linux/tools/testing/selftests/bpf/
H 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:
H A DMakefile.docs24 HELPERS_RST = bpf-helpers.rst
33 DOCTARGETS := helpers syscall
37 helpers: man7
76 $(eval $(call DOCS_RULES,helpers,7))
/openbmc/linux/Documentation/bpf/
H 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
H 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
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem/
H A D0001-include-missing-cstdint.patch15 librwmem/helpers.h | 1 +
18 diff --git a/librwmem/helpers.h b/librwmem/helpers.h
20 --- a/librwmem/helpers.h
21 +++ b/librwmem/helpers.h
/openbmc/qemu/tests/unit/
H A Dmeson.build88 'test-io-channel-socket': ['socket-helpers.c', 'io-channel-helpers.c', io],
89 'test-io-channel-file': ['io-channel-helpers.c', io],
90 'test-io-channel-command': ['io-channel-helpers.c', io],
91 'test-io-channel-buffer': ['io-channel-helpers.c', io],
103 'test-crypto-tlscredsx509': ['crypto-tls-x509-helpers.c',
105 'test-crypto-tlssession': ['crypto-tls-x509-helpers.c', 'crypto-tls-psk-helpers.c',
107 'test-io-channel-tls': ['io-channel-helpers.c', 'crypto-tls-x509-helpers.c',
137 'test-util-sockets': ['socket-helpers.c'],
142 'test-yank': ['socket-helpers.c', qom, io, chardev]
154 'test-char': ['socket-helpers.c', qom, io, chardev]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0019-libfdt-Undefine-__wordsize-if-already-defined.patch13 opensrc/helpers/libfdt/libfdt_env.h | 4 ++++
16 diff --git a/opensrc/helpers/libfdt/libfdt_env.h b/opensrc/helpers/libfdt/libfdt_env.h
18 --- a/opensrc/helpers/libfdt/libfdt_env.h
19 +++ b/opensrc/helpers/libfdt/libfdt_env.h
/openbmc/linux/drivers/media/v4l2-core/
H A 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 …]
/openbmc/linux/Documentation/gpu/
H A 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 …]
H A 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 …]
/openbmc/openbmc/poky/meta/recipes-extended/mc/
H A Dmc_4.8.32.bb43 PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-shell"
45 SUMMARY:${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
46 FILES:${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
52 RDEPENDS:${BPN}-helpers-perl = "perl"
54 SUMMARY:${BPN}-helpers = "Midnight Commander shell helper scripts"
55 FILES:${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-Added-handshake-history-reporting-when-test-fails.patch10 test/helpers/handshake.c | 137 +++++++++++++++++++++++++++++----------
11 test/helpers/handshake.h | 70 +++++++++++++++++++-
15 diff --git a/test/helpers/handshake.c b/test/helpers/handshake.c
17 --- a/test/helpers/handshake.c
18 +++ b/test/helpers/handshake.c
23 +/* Shamelessly copied from test/helpers/ssl_test_ctx.c */
56 +/* Shamelessly copied from test/helpers/ssl_test_ctx.c */
198 diff --git a/test/helpers/handshake.h b/test/helpers/handshake.h
200 --- a/test/helpers/handshake.h
201 +++ b/test/helpers/handshake.h
/openbmc/linux/drivers/gpu/drm/display/
H 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.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-helpers-namespace_2021.12.29.bb1 DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, however, provide a help…
2 HOMEPAGE = "https://github.com/saltstack/pytest-helpers-namespace"
/openbmc/linux/tools/workqueue/
H A 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
/openbmc/linux/tools/bpf/bpftool/Documentation/
H 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.
/openbmc/linux/tools/testing/selftests/openat2/
H A DMakefile8 $(TEST_GEN_PROGS): helpers.c helpers.h
/openbmc/linux/tools/cgroup/
H 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
/openbmc/qemu/docs/interop/
H A Ddbus-vmstate.rst5 The QEMU dbus-vmstate object's aim is to migrate helpers' data running
11 must be unique among the helpers.
23 helpers by setting its ``id-list`` property, with a comma-separated
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinit-system-helpers_1.68.bb13 include their helpers in this package."
14 HOMEPAGE = "https://salsa.debian.org/debian/init-system-helpers"
20 SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master"
/openbmc/linux/Documentation/filesystems/
H 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
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 …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/
H A Dfix-memory-leaks.patch119 src/lib/helpers.c | 57 ++++++++++++++++++-----------------------------
124 diff --git a/src/lib/helpers.c b/src/lib/helpers.c
126 --- a/src/lib/helpers.c
127 +++ b/src/lib/helpers.c
304 src/lib/helpers.c | 2 +-
309 diff --git a/src/lib/helpers.c b/src/lib/helpers.c
311 --- a/src/lib/helpers.c
312 +++ b/src/lib/helpers.c
424 src/lib/helpers.c | 3 ++-
505 diff --git a/src/lib/helpers.c b/src/lib/helpers.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo/
H A D0001-test_cli.py-disable.patch22 @@ -6,6 +6,7 @@ import helpers
29 helpers.backup_data_source(cpuinfo)
/openbmc/linux/drivers/net/pcs/
H A DKconfig18 This module provides helpers to phylink for managing the Lynx PCS
25 This module provides helpers to phylink for managing the LynxI PCS
/openbmc/linux/drivers/gpu/drm/i915/
H 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

1234567891011