/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/mm/ |
A D | rmap.c | 1124 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local 1132 if (compound) { in do_page_add_anon_rmap() 1143 int nr = compound ? thp_nr_pages(page) : 1; in do_page_add_anon_rmap() 1150 if (compound) in do_page_add_anon_rmap() 1182 int nr = compound ? thp_nr_pages(page) : 1; in page_add_new_anon_rmap() 1186 if (compound) { in page_add_new_anon_rmap() 1217 if (compound && PageTransHuge(page)) { in page_add_file_rmap() 1254 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in page_remove_file_rmap() 1264 if (compound && PageTransHuge(page)) { in page_remove_file_rmap() 1351 page_remove_file_rmap(page, compound); in page_remove_rmap() [all …]
|
A D | debug.c | 53 bool compound = PageCompound(page); in __dump_page() local 79 compound = false; in __dump_page() 94 if (compound) { in __dump_page()
|
A D | huge_memory.c | 2499 int i, compound, nr, ret; in total_mapcount() local 2506 compound = compound_mapcount(page); in total_mapcount() 2509 return compound; in total_mapcount() 2510 ret = compound; in total_mapcount() 2515 return ret - compound * nr; in total_mapcount()
|
A D | migrate.c | 2146 bool compound; in migrate_misplaced_page() local 2154 compound = PageTransHuge(page); in migrate_misplaced_page() 2156 if (compound) in migrate_misplaced_page()
|
A D | page_alloc.c | 1308 bool compound = PageCompound(page); in free_pages_prepare() local 1311 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare() 1313 if (compound) { in free_pages_prepare() 1318 if (compound) in free_pages_prepare()
|
/linux/include/linux/ |
A D | rmap.h | 183 static inline void page_dup_rmap(struct page *page, bool compound) in page_dup_rmap() argument 185 atomic_inc(compound ? compound_mapcount_ptr(page) : &page->_mapcount); in page_dup_rmap()
|
/linux/Documentation/admin-guide/mm/ |
A D | pagemap.rst | 97 When compound page is used, SLUB/SLQB will only set this flag on the head 105 A compound page with order N consists of 2^N physically contiguous pages. 106 A compound page with order 2 takes the form of "HTTT", where H donates its 107 head page and T donates its tail page(s). The major consumers of compound 114 A compound page tail (see description above).
|
/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 591 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 246 - A pointer to a compound type which can be an N-dimensional array 247 and/or a compound type (the control's type is >=
|
A D | v4l2.rst | 145 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
|
A D | control.rst | 366 Example: Enumerating all controls including compound controls
|
/linux/Documentation/core-api/ |
A D | pin_user_pages.rst | 58 For huge pages (and in fact, any compound page of more than 2 pages), the 60 is achieved, by using the 3rd struct page in the compound page. A new struct 63 This approach for compound pages avoids the counting upper limit problems that 69 This also means that huge pages and compound pages (of order > 1) do not suffer 268 to better report on compound pages in general. Specifically, for compound pages
|
/linux/Documentation/vm/ |
A D | transhuge.rst | 112 Refcounting on THP is mostly consistent with refcounting on other compound 121 on relevant sub-page of the compound page. 123 - map/unmap of the whole compound page is accounted for in compound_mapcount 137 map/unmap of the whole compound page.
|
A D | page_frags.rst | 8 which resides within a 0 or higher order compound page. Multiple
|
/linux/Documentation/devicetree/bindings/usb/ |
A D | usb251xb.txt | 39 - compound-device : indicate the hub is part of a compound device (boolean)
|
/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/lib/ |
A D | Kconfig.kcsan | 44 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1))… 45 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1)) 47 The compiler instruments plain compound read-write operations
|
/linux/fs/ksmbd/ |
A D | Kconfig | 41 compound requests, multi-credit, packet signing, RDMA(smbdirect),
|
/linux/Documentation/networking/ |
A D | radiotap-headers.rst | 75 - The arguments for a given argument index can be a compound of multiple types
|
/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/fs/proc/ |
A D | task_mmu.c | 432 bool compound, bool young, bool dirty, bool locked) in smaps_account() argument 434 int i, nr = compound ? compound_nr(page) : 1; in smaps_account()
|
/linux/Documentation/trace/ |
A D | histogram.rst | 43 keyword. Hashing a compound key produces a unique entry in the 737 We can use 'compound' keys to refine that number and provide some 832 The compound key examples used a key and a sum value (hitcount) to 834 Here's an example where we use a compound key composed of the the 883 The above example also illustrates the fact that although a compound 1624 compound) key along with one or more numeric values, which are
|