Home
last modified time | relevance | path

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

12

/linux/scripts/
H A Dasn1_compiler.c669 enum compound { enum
691 enum compound compound : 8; member
941 element->compound = implicit ? TAG_OVERRIDE : SEQUENCE; in parse_type()
954 element->compound = ANY; in parse_type()
962 element->compound = NOT_COMPOUND; in parse_type()
985 element->compound = NOT_COMPOUND; in parse_type()
991 element->compound = NOT_COMPOUND; in parse_type()
1001 element->compound = NOT_COMPOUND; in parse_type()
1011 element->compound = TYPE_REF; in parse_type()
1025 element->compound = CHOICE; in parse_type()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst75 pointers it is now also possible to have controls with compound types
78 be able to see such compound controls. In other words, these controls
79 with compound types should only be used programmatically.
81 Since such compound controls need to expose more information about
H A Dvidioc-queryctrl.rst62 driver returns the next supported non-compound control, or ``EINVAL`` if
64 can be specified to enumerate all compound controls (i.e. controls with
68 order to enumerate all controls, compound or not. Drivers which do not
72 support controls that can use compound types, and to expose additional
197 returns the first non-compound control with a higher ID. When the
199 the flag and returns the first compound control with a higher ID.
200 Set both to get the first control (compound or not) with a higher
645 for controls that are an array, string, or have a compound type.
H A Dv4l2.rst141 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
H A Dcontrol.rst382 Example: Enumerating all controls including compound controls
H A Dext-ctrls-codec-stateless.rst1857 - Requires all the inter blocks to use compound mode. Single reference
1862 compound prediction modes.
3828 - Specifies the frames to use for compound prediction when skip_mode is
3983 compound reference prediction. If not set, specifies that all inter
H A Dhist-v4l2.rst1153 2. Added compound control types and
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst112 When compound page is used, either will only set this flag on the head
121 A compound page with order N consists of 2^N physically contiguous pages.
122 A compound page with order 2 takes the form of "HTTT", where H donates its
123 head page and T donates its tail page(s). The major consumers of compound
129 A compound page tail (see description above).
/linux/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/tools/perf/util/
H A Dannotate-data.h197 bool compound; member
H A Dannotate-data.c572 if (stack->compound && stack->offset < offset && in find_stack_state()
599 stack->compound = false; in set_stack_state()
608 stack->compound = (kind != TSR_KIND_PERCPU_POINTER); in set_stack_state()
611 stack->compound = false; in set_stack_state()
/linux/Documentation/mm/
H A Dpage_frags.rst6 which resides within a 0 or higher order compound page. Multiple
H A Dunevictable-lru.rst438 Therefore, we can only make unevictable an entire compound page, not
/linux/Documentation/networking/
H A Dradiotap-headers.rst75 - The arguments for a given argument index can be a compound of multiple types
H A Dpacket_mmap.rst407 mmap function. Even the circular buffer is compound of several physically
H A Dtimestamping.rst845 The correct solution for this problem is for MAC drivers to have a compound
/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c570 } else if (!stack->compound) { in update_insn_state_x86()
754 if (!stack->compound) in update_insn_state_x86()
/linux/Documentation/gpu/rfc/
H A Dgpusvm.rst110 migrate device layer are a performance bottleneck, having compound
H A Dcolor_pipeline.rst339 - Avoid defining new colorops for compound operations with very narrow
/linux/Documentation/input/devices/
H A Dxpad.rst115 compound device (a hub with three ports for two expansion slots and
/linux/arch/microblaze/boot/dts/
H A Dsystem.dts206 compatible = "xlnx,compound";
/linux/Documentation/filesystems/caching/
H A Dfscache.rst113 superblock, say, from another. This would be a compound of things like
/linux/mm/
H A Dpage_alloc.c1322 bool compound = PageCompound(page); in free_pages_prepare() local
1362 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare()
1371 if (compound) { in free_pages_prepare()
1378 if (compound) in free_pages_prepare()
/linux/fs/proc/
H A Dtask_mmu.c904 bool compound, bool young, bool dirty, bool locked, in smaps_account() argument
908 int i, nr = compound ? compound_nr(page) : 1; in smaps_account()
/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c1604 TEST_F(hmm, compound) in TEST_F() argument

12