| /linux/scripts/ |
| H A D | asn1_compiler.c | 669 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 D | extended-controls.rst | 75 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 D | vidioc-queryctrl.rst | 62 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 D | v4l2.rst | 141 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
|
| H A D | control.rst | 382 Example: Enumerating all controls including compound controls
|
| H A D | ext-ctrls-codec-stateless.rst | 1857 - 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 D | hist-v4l2.rst | 1153 2. Added compound control types and
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 112 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 D | nfs41-server.rst | 250 Nonstandard compound limitations: 251 No support for a sessions fore channel RPC compound that requires both a
|
| /linux/tools/perf/util/ |
| H A D | annotate-data.h | 197 bool compound; member
|
| H A D | annotate-data.c | 572 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 D | page_frags.rst | 6 which resides within a 0 or higher order compound page. Multiple
|
| H A D | unevictable-lru.rst | 438 Therefore, we can only make unevictable an entire compound page, not
|
| /linux/Documentation/networking/ |
| H A D | radiotap-headers.rst | 75 - The arguments for a given argument index can be a compound of multiple types
|
| H A D | packet_mmap.rst | 407 mmap function. Even the circular buffer is compound of several physically
|
| H A D | timestamping.rst | 845 The correct solution for this problem is for MAC drivers to have a compound
|
| /linux/tools/perf/arch/x86/annotate/ |
| H A D | instructions.c | 570 } else if (!stack->compound) { in update_insn_state_x86() 754 if (!stack->compound) in update_insn_state_x86()
|
| /linux/Documentation/gpu/rfc/ |
| H A D | gpusvm.rst | 110 migrate device layer are a performance bottleneck, having compound
|
| H A D | color_pipeline.rst | 339 - Avoid defining new colorops for compound operations with very narrow
|
| /linux/Documentation/input/devices/ |
| H A D | xpad.rst | 115 compound device (a hub with three ports for two expansion slots and
|
| /linux/arch/microblaze/boot/dts/ |
| H A D | system.dts | 206 compatible = "xlnx,compound";
|
| /linux/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 113 superblock, say, from another. This would be a compound of things like
|
| /linux/mm/ |
| H A D | page_alloc.c | 1322 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 D | task_mmu.c | 904 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 D | hmm-tests.c | 1604 TEST_F(hmm, compound) in TEST_F() argument
|