| /linux/scripts/ |
| A D | asn1_compiler.c | 669 enum compound { enum 691 enum compound compound : 8; 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/Documentation/netlink/specs/ |
| A D | nfsd.yaml | 62 name: compound-ops 149 - compound-ops
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | extended-controls.rst | 74 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
|
| A D | vidioc-queryctrl.rst | 60 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 627 for controls that are an array, string, or have a compound type.
|
| A D | vidioc-g-ext-ctrls.rst | 57 ``string`` field. Controls of compound types 308 - A pointer to a compound type which can be an N-dimensional array 309 and/or a compound type (the control's type is >=
|
| A D | v4l2.rst | 140 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
|
| A D | control.rst | 379 Example: Enumerating all controls including compound controls
|
| /linux/drivers/media/platform/imagination/ |
| A D | e5010-jpeg-enc.h | 165 unsigned char compound; member
|
| /linux/Documentation/admin-guide/mm/ |
| A D | pagemap.rst | 95 When compound page is used, either will only set this flag on the head 103 A compound page with order N consists of 2^N physically contiguous pages. 104 A compound page with order 2 takes the form of "HTTT", where H donates its 105 head page and T donates its tail page(s). The major consumers of compound 111 A compound page tail (see description above).
|
| /linux/tools/perf/util/ |
| A D | annotate-data.h | 188 bool compound; member
|
| A D | annotate-data.c | 534 if (stack->compound && stack->offset < offset && in find_stack_state() 560 stack->compound = (kind != TSR_KIND_POINTER); in set_stack_state() 563 stack->compound = false; in set_stack_state()
|
| /linux/Documentation/filesystems/nfs/ |
| A D | nfs41-server.rst | 250 Nonstandard compound limitations: 251 No support for a sessions fore channel RPC compound that requires both a
|
| /linux/fs/smb/server/ |
| A D | Kconfig | 42 compound requests, multi-credit, packet signing, RDMA(smbdirect),
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | usb251xb.yaml | 149 compound-device: 152 indicate the hub is part of a compound device (boolean)
|
| /linux/lib/ |
| A D | Kconfig.kcsan | 34 …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/Documentation/mm/ |
| A D | page_frags.rst | 6 which resides within a 0 or higher order compound page. Multiple
|
| A D | transhuge.rst | 110 Refcounting on THP is mostly consistent with refcounting on other compound
|
| /linux/tools/perf/arch/x86/annotate/ |
| A D | instructions.c | 420 } else if (!stack->compound) { in update_insn_state_x86() 578 if (!stack->compound) in update_insn_state_x86()
|
| /linux/Documentation/networking/ |
| A D | radiotap-headers.rst | 75 - The arguments for a given argument index can be a compound of multiple types
|
| /linux/mm/ |
| A D | memcontrol-v1.c | 761 bool compound, in mem_cgroup_move_account() argument 767 unsigned int nr_pages = compound ? folio_nr_pages(folio) : 1; in mem_cgroup_move_account() 773 VM_BUG_ON(compound && !folio_test_large(folio)); in mem_cgroup_move_account()
|
| A D | page_alloc.c | 1050 bool compound = PageCompound(page); in free_pages_prepare() local 1090 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare() 1099 if (compound) in free_pages_prepare() 1102 if (compound) in free_pages_prepare()
|
| /linux/Documentation/input/devices/ |
| A D | xpad.rst | 115 compound device (a hub with three ports for two expansion slots and
|
| /linux/arch/microblaze/boot/dts/ |
| A D | system.dts | 206 compatible = "xlnx,compound";
|
| /linux/Documentation/filesystems/caching/ |
| A D | fscache.rst | 113 superblock, say, from another. This would be a compound of things like
|
| /linux/Documentation/dev-tools/ |
| A D | kmsan.rst | 150 The shadow value of a basic or compound type is an array of bytes of the same
|