Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Drmap.h200 bool compound);
202 bool compound);
209 static inline void __page_dup_rmap(struct page *page, bool compound) in __page_dup_rmap() argument
211 if (compound) { in __page_dup_rmap()
214 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in __page_dup_rmap()
221 static inline void page_dup_file_rmap(struct page *page, bool compound) in page_dup_file_rmap() argument
223 __page_dup_rmap(page, compound); in page_dup_file_rmap()
243 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap() argument
272 __page_dup_rmap(page, compound); in page_try_dup_anon_rmap()
/linux-6.3-rc2/scripts/
A Dasn1_compiler.c669 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-6.3-rc2/mm/
A Ddebug.c54 bool compound = PageCompound(page); in __dump_page() local
81 compound = false; in __dump_page()
96 if (compound) { in __dump_page()
A Drmap.c1218 bool compound = flags & RMAP_COMPOUND; in page_add_anon_rmap() local
1222 if (likely(!compound)) { in page_add_anon_rmap()
1265 mlock_vma_folio(folio, vma, compound); in page_add_anon_rmap()
1314 bool compound) in page_add_file_rmap() argument
1324 if (likely(!compound)) { in page_add_file_rmap()
1356 mlock_vma_folio(folio, vma, compound); in page_add_file_rmap()
1368 bool compound) in page_remove_rmap() argument
1376 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in page_remove_rmap()
1386 if (likely(!compound)) { in page_remove_rmap()
1431 if (!compound || nr < nr_pmdmapped) in page_remove_rmap()
[all …]
A Dinternal.h539 struct vm_area_struct *vma, bool compound) in mlock_vma_folio() argument
550 (compound || !folio_test_large(folio))) in mlock_vma_folio()
556 struct vm_area_struct *vma, bool compound) in munlock_vma_folio() argument
559 (compound || !folio_test_large(folio))) in munlock_vma_folio()
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dpagemap.rst95 When compound page is used, SLUB/SLQB 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.3-rc2/Documentation/userspace-api/media/v4l/
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
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
603 for controls that are an array, string, or have a compound type.
A Dvidioc-g-ext-ctrls.rst57 ``string`` field. Controls of compound types
274 - A pointer to a compound type which can be an N-dimensional array
275 and/or a compound type (the control's type is >=
A Dv4l2.rst145 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
A Dcontrol.rst375 Example: Enumerating all controls including compound controls
/linux-6.3-rc2/Documentation/filesystems/nfs/
A Dnfs41-server.rst250 Nonstandard compound limitations:
251 No support for a sessions fore channel RPC compound that requires both a
/linux-6.3-rc2/fs/ksmbd/
A DKconfig41 compound requests, multi-credit, packet signing, RDMA(smbdirect),
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/
A Dusb251xb.yaml149 compound-device:
152 indicate the hub is part of a compound device (boolean)
/linux-6.3-rc2/lib/
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.3-rc2/Documentation/mm/
A Dpage_frags.rst6 which resides within a 0 or higher order compound page. Multiple
A Dtranshuge.rst110 Refcounting on THP is mostly consistent with refcounting on other compound
A Dvmemmap_dedup.rst201 page is a compound page composed with at least two contiguous pages.
/linux-6.3-rc2/Documentation/networking/
A Dradiotap-headers.rst75 - The arguments for a given argument index can be a compound of multiple types
/linux-6.3-rc2/arch/microblaze/boot/dts/
A Dsystem.dts206 compatible = "xlnx,compound";
/linux-6.3-rc2/Documentation/input/devices/
A Dxpad.rst115 compound device (a hub with three ports for two expansion slots and
/linux-6.3-rc2/Documentation/filesystems/caching/
A Dfscache.rst113 superblock, say, from another. This would be a compound of things like
/linux-6.3-rc2/fs/proc/
A Dtask_mmu.c455 bool compound, bool young, bool dirty, bool locked, in smaps_account() argument
458 int i, nr = compound ? compound_nr(page) : 1; in smaps_account()
/linux-6.3-rc2/Documentation/dev-tools/
A Dkmsan.rst143 The shadow value of a basic or compound type is an array of bytes of the same
/linux-6.3-rc2/Documentation/trace/
A Dhistogram.rst43 keyword. Hashing a compound key produces a unique entry in the
746 We can use 'compound' keys to refine that number and provide some
841 The compound key examples used a key and a sum value (hitcount) to
843 Here's an example where we use a compound key composed of the the
892 The above example also illustrates the fact that although a compound
1633 compound) key along with one or more numeric values, which are

Completed in 48 milliseconds

12