/Linux-v4.19/scripts/ |
D | asn1_compiler.c | 673 enum compound { enum 695 enum compound compound : 8; 945 element->compound = implicit ? TAG_OVERRIDE : SEQUENCE; in parse_type() 958 element->compound = ANY; in parse_type() 966 element->compound = NOT_COMPOUND; in parse_type() 989 element->compound = NOT_COMPOUND; in parse_type() 995 element->compound = NOT_COMPOUND; in parse_type() 1005 element->compound = NOT_COMPOUND; in parse_type() 1015 element->compound = TYPE_REF; in parse_type() 1029 element->compound = CHOICE; in parse_type() [all …]
|
/Linux-v4.19/mm/ |
D | rmap.c | 1088 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_anon_rmap() argument 1090 do_page_add_anon_rmap(page, vma, address, compound ? RMAP_COMPOUND : 0); in page_add_anon_rmap() 1101 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local 1104 if (compound) { in do_page_add_anon_rmap() 1115 int nr = compound ? hpage_nr_pages(page) : 1; in do_page_add_anon_rmap() 1122 if (compound) in do_page_add_anon_rmap() 1151 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_new_anon_rmap() argument 1153 int nr = compound ? hpage_nr_pages(page) : 1; in page_add_new_anon_rmap() 1157 if (compound) { in page_add_new_anon_rmap() 1179 void page_add_file_rmap(struct page *page, bool compound) in page_add_file_rmap() argument [all …]
|
D | memcontrol.c | 691 bool compound, int nr_pages) in mem_cgroup_charge_statistics() argument 705 if (compound) { in mem_cgroup_charge_statistics() 4781 bool compound, in mem_cgroup_move_account() argument 4786 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_move_account() 4792 VM_BUG_ON(compound && !PageTransHuge(page)); in mem_cgroup_move_account() 4847 mem_cgroup_charge_statistics(to, page, compound, nr_pages); in mem_cgroup_move_account() 4849 mem_cgroup_charge_statistics(from, page, compound, -nr_pages); in mem_cgroup_move_account() 5876 bool compound) in mem_cgroup_try_charge() argument 5879 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_try_charge() 5922 bool compound) in mem_cgroup_try_charge_delay() argument [all …]
|
D | huge_memory.c | 2478 int i, compound, ret; in total_mapcount() local 2485 compound = compound_mapcount(page); in total_mapcount() 2487 return compound; in total_mapcount() 2488 ret = compound; in total_mapcount() 2493 return ret - compound * HPAGE_PMD_NR; in total_mapcount()
|
D | page_alloc.c | 994 bool compound = PageCompound(page); in free_pages_prepare() local 997 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare() 999 if (compound) in free_pages_prepare() 1002 if (compound) in free_pages_prepare()
|
/Linux-v4.19/include/linux/ |
D | memcontrol.h | 341 bool compound); 344 bool compound); 346 bool lrucare, bool compound); 348 bool compound); 829 bool compound) in mem_cgroup_try_charge() argument 839 bool compound) in mem_cgroup_try_charge_delay() argument 847 bool lrucare, bool compound) in mem_cgroup_commit_charge() argument 853 bool compound) in mem_cgroup_cancel_charge() argument
|
D | rmap.h | 187 static inline void page_dup_rmap(struct page *page, bool compound) in page_dup_rmap() argument 189 atomic_inc(compound ? compound_mapcount_ptr(page) : &page->_mapcount); in page_dup_rmap()
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | pagemap.rst | 93 When compound page is used, SLUB/SLQB will only set this flag on the head 101 A compound page with order N consists of 2^N physically contiguous pages. 102 A compound page with order 2 takes the form of "HTTT", where H donates its 103 head page and T donates its tail page(s). The major consumers of compound 110 A compound page tail (see description above).
|
/Linux-v4.19/Documentation/vm/ |
D | transhuge.rst | 55 In case you can't handle compound pages if they're returned by 122 Refcounting on THP is mostly consistent with refcounting on other compound 131 on relevant sub-page of the compound page. 133 - map/unmap of the whole compound page accounted in compound_mapcount 147 map/unmap of the whole compound page.
|
D | page_frags.rst | 8 which resides within a 0 or higher order compound page. Multiple
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-queryctrl.rst | 61 driver returns the next supported non-compound control, or ``EINVAL`` if 63 can be specified to enumerate all compound controls (i.e. controls with 67 order to enumerate all controls, compound or not. Drivers which do not 71 support controls that can use compound types, and to expose additional 194 returns the first non-compound control with a higher ID. When the 196 the flag and returns the first compound control with a higher ID. 197 Set both to get the first control (compound or not) with a higher 500 for controls that are an array, string, or have a compound type.
|
D | vidioc-g-ext-ctrls.rst | 58 ``string`` field. Controls of compound types 178 - A pointer to a compound type which can be an N-dimensional array 179 and/or a compound type (the control's type is >=
|
D | v4l2.rst | 135 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
|
D | control.rst | 363 Example: Enumerating all controls including compound controls
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | usb251xb.txt | 38 - compound-device : indicate the hub is part of a compound device (boolean)
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 167 Nonstandard compound limitations: 168 * No support for a sessions fore channel RPC compound that requires both a
|
/Linux-v4.19/Documentation/devicetree/bindings/ |
D | graph.txt | 8 devices that work together to form a logical compound device, following an
|
D | xilinx.txt | 94 compatible with the bus type 'xlnx,compound', and should contain 126 compatible = "xlnx,compound";
|
/Linux-v4.19/Documentation/networking/ |
D | radiotap-headers.txt | 70 - The arguments for a given argument index can be a compound of multiple types
|
/Linux-v4.19/Documentation/input/devices/ |
D | xpad.rst | 115 compound device (a hub with three ports for two expansion slots and
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 258 compatible = "xlnx,compound";
|
D | virtex440-ml510.dts | 230 compatible = "xlnx,compound";
|
/Linux-v4.19/arch/microblaze/boot/dts/ |
D | system.dts | 221 compatible = "xlnx,compound";
|
/Linux-v4.19/fs/proc/ |
D | task_mmu.c | 426 bool compound, bool young, bool dirty) in smaps_account() argument 428 int i, nr = compound ? 1 << compound_order(page) : 1; in smaps_account()
|
/Linux-v4.19/Documentation/trace/ |
D | histogram.rst | 43 keyword. Hashing a compound key produces a unique entry in the 748 We can use 'compound' keys to refine that number and provide some 843 The compound key examples used a key and a sum value (hitcount) to 845 Here's an example where we use a compound key composed of the the 894 The above example also illustrates the fact that although a compound 1635 compound) key along with one or more numeric values, which are
|