/linux-6.6.21/include/linux/ |
D | rmap.h | 200 bool compound); 202 struct vm_area_struct *, bool compound); 204 bool compound); 211 static inline void __page_dup_rmap(struct page *page, bool compound) in __page_dup_rmap() argument 213 if (compound) { in __page_dup_rmap() 216 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in __page_dup_rmap() 223 static inline void page_dup_file_rmap(struct page *page, bool compound) in page_dup_file_rmap() argument 225 __page_dup_rmap(page, compound); in page_dup_file_rmap() 245 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap() argument 274 __page_dup_rmap(page, compound); in page_try_dup_anon_rmap()
|
/linux-6.6.21/scripts/ |
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-6.6.21/mm/ |
D | debug.c | 59 bool compound = PageCompound(page); in __dump_page() local 86 compound = false; in __dump_page() 101 if (compound) { in __dump_page()
|
D | rmap.c | 1209 bool compound = flags & RMAP_COMPOUND; in page_add_anon_rmap() local 1213 if (likely(!compound)) { in page_add_anon_rmap() 1256 mlock_vma_folio(folio, vma, compound); in page_add_anon_rmap() 1310 bool compound) in folio_add_file_rmap_range() argument 1316 VM_WARN_ON_FOLIO(compound && !folio_test_pmd_mappable(folio), folio); in folio_add_file_rmap_range() 1319 if (likely(!compound)) { in folio_add_file_rmap_range() 1355 mlock_vma_folio(folio, vma, compound); in folio_add_file_rmap_range() 1367 bool compound) in page_add_file_rmap() argument 1372 VM_WARN_ON_ONCE_PAGE(compound && !PageTransHuge(page), page); in page_add_file_rmap() 1374 if (likely(!compound)) in page_add_file_rmap() [all …]
|
D | internal.h | 604 struct vm_area_struct *vma, bool compound) in mlock_vma_folio() argument 615 (compound || !folio_test_large(folio))) in mlock_vma_folio() 621 struct vm_area_struct *vma, bool compound) in munlock_vma_folio() argument 624 (compound || !folio_test_large(folio))) in munlock_vma_folio()
|
D | page_alloc.c | 1104 bool compound = PageCompound(page); in free_pages_prepare() local 1107 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare() 1109 if (compound) in free_pages_prepare() 1112 if (compound) in free_pages_prepare()
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
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-6.6.21/Documentation/userspace-api/media/v4l/ |
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
|
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.
|
D | vidioc-g-ext-ctrls.rst | 57 ``string`` field. Controls of compound types 300 - A pointer to a compound type which can be an N-dimensional array 301 and/or a compound type (the control's type is >=
|
D | v4l2.rst | 145 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
|
D | control.rst | 375 Example: Enumerating all controls including compound controls
|
/linux-6.6.21/Documentation/filesystems/nfs/ |
D | nfs41-server.rst | 250 Nonstandard compound limitations: 251 No support for a sessions fore channel RPC compound that requires both a
|
/linux-6.6.21/fs/smb/server/ |
D | Kconfig | 42 compound requests, multi-credit, packet signing, RDMA(smbdirect),
|
/linux-6.6.21/Documentation/devicetree/bindings/usb/ |
D | usb251xb.yaml | 149 compound-device: 152 indicate the hub is part of a compound device (boolean)
|
/linux-6.6.21/lib/ |
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-6.6.21/Documentation/mm/ |
D | page_frags.rst | 6 which resides within a 0 or higher order compound page. Multiple
|
D | transhuge.rst | 110 Refcounting on THP is mostly consistent with refcounting on other compound
|
D | vmemmap_dedup.rst | 202 page is a compound page composed with at least two contiguous pages.
|
/linux-6.6.21/Documentation/networking/ |
D | radiotap-headers.rst | 75 - The arguments for a given argument index can be a compound of multiple types
|
/linux-6.6.21/arch/microblaze/boot/dts/ |
D | system.dts | 206 compatible = "xlnx,compound";
|
/linux-6.6.21/Documentation/input/devices/ |
D | xpad.rst | 115 compound device (a hub with three ports for two expansion slots and
|
/linux-6.6.21/Documentation/filesystems/caching/ |
D | fscache.rst | 113 superblock, say, from another. This would be a compound of things like
|
/linux-6.6.21/fs/proc/ |
D | task_mmu.c | 441 bool compound, bool young, bool dirty, bool locked, in smaps_account() argument 444 int i, nr = compound ? compound_nr(page) : 1; in smaps_account()
|
/linux-6.6.21/Documentation/dev-tools/ |
D | kmsan.rst | 143 The shadow value of a basic or compound type is an array of bytes of the same
|