Home
last modified time | relevance | path

Searched refs:compound (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.15/scripts/
H A Dasn1_compiler.c669 enum compound { enum
691 enum compound compound : 8; member
954 element->compound = ANY; in parse_type()
1011 element->compound = TYPE_REF; in parse_type()
1025 element->compound = CHOICE; in parse_type()
1048 element->compound = SET; in parse_type()
1054 element->compound = SET_OF; in parse_type()
1243 if (e->compound == TYPE_REF) in dump_element()
1411 switch (e->compound) { in render_out_of_line_list()
1461 switch (e->compound) { in render_element()
[all …]
/linux-6.15/Documentation/netlink/specs/
H A Dnfsd.yaml62 name: compound-ops
149 - compound-ops
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst74 pointers it is now also possible to have controls with compound types
77 be able to see such compound controls. In other words, these controls
78 with compound types should only be used programmatically.
80 Since such compound controls need to expose more information about
H A Dvidioc-queryctrl.rst60 driver returns the next supported non-compound control, or ``EINVAL`` if
62 can be specified to enumerate all compound controls (i.e. controls with
66 order to enumerate all controls, compound or not. Drivers which do not
70 support controls that can use compound types, and to expose additional
191 returns the first non-compound control with a higher ID. When the
193 the flag and returns the first compound control with a higher ID.
194 Set both to get the first control (compound or not) with a higher
637 for controls that are an array, string, or have a compound type.
H A Dvidioc-g-ext-ctrls.rst57 ``string`` field. Controls of compound types
312 - A pointer to a compound type which can be an N-dimensional array
313 and/or a compound type (the control's type is >=
355 by the ``V4L2_CTRL_FLAG_HAS_WHICH_MIN_MAX`` flag. Most non-compound
356 control types support this. For controls with compound types, the
358 the control documentation. If a compound control does not document the
H A Dv4l2.rst140 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
H A Dcontrol.rst381 Example: Enumerating all controls including compound controls
/linux-6.15/drivers/media/platform/imagination/
H A De5010-jpeg-enc.h165 unsigned char compound; member
/linux-6.15/Documentation/admin-guide/mm/
H A Dpagemap.rst112 When compound page is used, either will only set this flag on the head
120 A compound page with order N consists of 2^N physically contiguous pages.
121 A compound page with order 2 takes the form of "HTTT", where H donates its
122 head page and T donates its tail page(s). The major consumers of compound
128 A compound page tail (see description above).
/linux-6.15/Documentation/filesystems/nfs/
H A Dnfs41-server.rst250 Nonstandard compound limitations:
251 No support for a sessions fore channel RPC compound that requires both a
/linux-6.15/tools/perf/util/
H A Dannotate-data.h188 bool compound; member
H A Dannotate-data.c568 if (stack->compound && stack->offset < offset && in find_stack_state()
594 stack->compound = (kind != TSR_KIND_POINTER); in set_stack_state()
597 stack->compound = false; in set_stack_state()
/linux-6.15/fs/smb/server/
H A DKconfig42 compound requests, multi-credit, packet signing, RDMA(smbdirect),
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dusb251xb.yaml149 compound-device:
152 indicate the hub is part of a compound device (boolean)
/linux-6.15/lib/
H A DKconfig.kcsan34 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1))…
35 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1))
37 The compiler instruments plain compound read-write operations
/linux-6.15/Documentation/mm/
H A Dpage_frags.rst6 which resides within a 0 or higher order compound page. Multiple
H A Dtranshuge.rst110 Refcounting on THP is mostly consistent with refcounting on other compound
/linux-6.15/tools/perf/arch/x86/annotate/
H A Dinstructions.c421 } else if (!stack->compound) { in update_insn_state_x86()
584 if (!stack->compound) in update_insn_state_x86()
/linux-6.15/Documentation/networking/
H A Dradiotap-headers.rst75 - The arguments for a given argument index can be a compound of multiple types
/linux-6.15/Documentation/gpu/rfc/
H A Dgpusvm.rst104 migrate device layer are a performance bottleneck, having compound
/linux-6.15/arch/microblaze/boot/dts/
H A Dsystem.dts206 compatible = "xlnx,compound";
/linux-6.15/Documentation/input/devices/
H A Dxpad.rst115 compound device (a hub with three ports for two expansion slots and
/linux-6.15/Documentation/filesystems/caching/
H A Dfscache.rst113 superblock, say, from another. This would be a compound of things like
/linux-6.15/mm/
H A Dpage_alloc.c1177 bool compound = PageCompound(page); in free_pages_prepare() local
1217 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare()
1226 if (compound) { in free_pages_prepare()
1233 if (compound) in free_pages_prepare()
/linux-6.15/Documentation/dev-tools/
H A Dkmsan.rst150 The shadow value of a basic or compound type is an array of bytes of the same

12