/Linux-v5.10/include/trace/events/ |
D | huge_memory.h | 54 int referenced, int none_or_zero, int status, int unmapped), 56 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped), 62 __field(int, referenced) 72 __entry->referenced = referenced; 78 …TP_printk("mm=%p, scan_pfn=0x%lx, writable=%d, referenced=%d, none_or_zero=%d, status=%s, unmapped… 82 __entry->referenced, 115 int referenced, bool writable, int status), 117 TP_ARGS(page, none_or_zero, referenced, writable, status), 122 __field(int, referenced) 130 __entry->referenced = referenced; [all …]
|
/Linux-v5.10/drivers/memory/ |
D | jz4780-nemc.c | 62 * jz4780_nemc_num_banks() - count the number of banks referenced by a device 73 unsigned long referenced = 0; in jz4780_nemc_num_banks() local 78 if (!(referenced & BIT(bank))) { in jz4780_nemc_num_banks() 79 referenced |= BIT(bank); in jz4780_nemc_num_banks() 279 unsigned long referenced; in jz4780_nemc_probe() local 340 referenced = 0; in jz4780_nemc_probe() 350 referenced = 0; in jz4780_nemc_probe() 354 referenced |= BIT(bank); in jz4780_nemc_probe() 357 if (!referenced) { in jz4780_nemc_probe() 361 } else if (nemc->banks_present & referenced) { in jz4780_nemc_probe() [all …]
|
/Linux-v5.10/mm/ |
D | page_idle.c | 60 bool referenced = false; in page_idle_clear_pte_refs_one() local 66 * For PTE-mapped THP, one sub page is referenced, in page_idle_clear_pte_refs_one() 67 * the whole THP is referenced. in page_idle_clear_pte_refs_one() 70 referenced = true; in page_idle_clear_pte_refs_one() 73 referenced = true; in page_idle_clear_pte_refs_one() 80 if (referenced) { in page_idle_clear_pte_refs_one() 83 * We cleared the referenced bit in a mapping to this page. To in page_idle_clear_pte_refs_one() 146 * The page might have been referenced via a in page_idle_bitmap_read()
|
D | khugepaged.c | 594 int none_or_zero = 0, shared = 0, result = 0, referenced = 0; in __collapse_huge_page_isolate() local 702 referenced++; in __collapse_huge_page_isolate() 708 if (likely(referenced)) { in __collapse_huge_page_isolate() 711 referenced, writable, result); in __collapse_huge_page_isolate() 721 referenced, writable, result); in __collapse_huge_page_isolate() 993 int referenced) in __collapse_huge_page_swapin() argument 1019 trace_mm_collapse_huge_page_swapin(mm, swapped_in, referenced, 0); in __collapse_huge_page_swapin() 1024 trace_mm_collapse_huge_page_swapin(mm, swapped_in, referenced, 0); in __collapse_huge_page_swapin() 1029 trace_mm_collapse_huge_page_swapin(mm, swapped_in, referenced, 0); in __collapse_huge_page_swapin() 1042 trace_mm_collapse_huge_page_swapin(mm, swapped_in, referenced, 1); in __collapse_huge_page_swapin() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-xway.txt | 143 Pinconf pins can be referenced via the names io0-io31. 146 Pinconf pins can be referenced via the names io0-io55. 149 Pinconf pins can be referenced via the names io0-io31. 152 Pinconf pins can be referenced via the names io0-io31. 155 Pinconf pins can be referenced via the names io0-io55. 158 Pinconf pins can be referenced via the names io0-io49. 161 Pinconf pins can be referenced via the names io0-io1,io3-io6,io8-io11,
|
/Linux-v5.10/Documentation/firmware-guide/acpi/dsd/ |
D | graph.rst | 30 The data structure may be referenced to elsewhere in the ACPI tables 158 referenced 2016-10-03. 160 [2] Devicetree. https://www.devicetree.org, referenced 2016-10-03. 166 referenced 2016-10-04. 170 referenced 2016-10-04. 174 referenced 2016-10-04.
|
D | leds.rst | 93 [1] Device tree. <URL:https://www.devicetree.org>, referenced 2019-02-21. 97 referenced 2019-02-21. 105 referenced 2019-02-21. 109 referenced 2019-02-21.
|
D | data-node-references.rst | 89 referenced 2018-07-17. 93 referenced 2016-10-04.
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | omap3isp.rst | 76 Referenced 2011-03-05. 79 <URL:http://www.ti.com/litv/pdf/spruf98o> Referenced 2011-03-05. 83 Referenced 2011-03-05. 86 <URL:http://www.ti.com/litv/pdf/sprugn4h> Referenced 2011-03-06.
|
/Linux-v5.10/Documentation/admin-guide/mm/ |
D | idle_page_tracking.rst | 84 considered referenced if it has been recently accessed via a process address 99 exceeding the dirty memory limit, it is not marked referenced. 104 section), and cleared automatically whenever a page is referenced as defined 110 as noted above, uses the Accessed bit to promote actively referenced pages, one 114 Accessed bit and therefore will consider such a page as referenced.
|
D | pagemap.rst | 57 2. REFERENCED 160 2 - REFERENCED 161 page has been referenced since last LRU list enqueue/requeue 194 in kpagecount, and tally up the number of pages that are only referenced
|
/Linux-v5.10/sound/soc/sof/xtensa/ |
D | core.c | 54 "An instruction fetch referenced a virtual address at a ring level less than CRING"}, 56 …"An instruction fetch referenced a page mapped with an attribute that does not permit instruction … 62 "A load or store referenced a virtual address at a ring level less than CRING"}, 64 "A load referenced a page mapped with an attribute that does not permit loads"},
|
/Linux-v5.10/Documentation/filesystems/nfs/ |
D | pnfs.rst | 7 Each data server can be referenced by multiple devices. Each device 8 can be referenced by multiple layouts. To keep all of this straight, 34 nfs4_deviceid_cache). The cache itself is referenced across each
|
/Linux-v5.10/include/crypto/ |
D | rng.h | 129 * numbers using the random number generator referenced by the 154 * random number generator referenced by the cipher handle. 171 * referenced by the cipher handle by clearing the current state. The new state 189 * referenced by the cipher handle. This value may be zero if the random
|
/Linux-v5.10/Documentation/filesystems/ |
D | automount-support.rst | 60 (it's only referenced by its parent vfsmount), then it will be deleted 87 If the mountpoint in question is in referenced by something other than 94 Otherwise if it was already marked and it wasn't referenced, unmounting will
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/ |
D | common.yaml | 16 is meant to be referenced by device tree bindings. 18 When referenced from sensor tree bindings the properties defined in this
|
/Linux-v5.10/Documentation/devicetree/bindings/display/bridge/ |
D | snps,dw-mipi-dsi.yaml | 15 by itself but is meant to be referenced by platform-specific device tree 18 When referenced from platform device tree bindings the properties defined in
|
D | dw_hdmi.txt | 6 specification by itself but is meant to be referenced by platform-specific 9 When referenced from platform device tree bindings the properties defined in
|
/Linux-v5.10/tools/lib/bpf/ |
D | btf_dump.c | 52 /* whether type is referenced from any other type */ 53 __u8 referenced: 1; member 182 /* eagerly determine referenced types for anon enums */ in btf_dump_resize() 257 * Mark all types that are referenced from any other type. This is used to 264 * without knowning whether given enum type was referenced from other type: 265 * top-level anonymous enum won't be referenced by anything, while embedded 291 d->type_states[t->type].referenced = 1; in btf_dump_mark_referenced() 297 d->type_states[a->index_type].referenced = 1; in btf_dump_mark_referenced() 298 d->type_states[a->type].referenced = 1; in btf_dump_mark_referenced() 306 d->type_states[m->type].referenced = 1; in btf_dump_mark_referenced() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | xgene.txt | 21 - clock-output-names : shall be the name of the PLL referenced by derive 30 - clock-output-names : shall be the name of the clock referenced by derive 45 - clock-output-names : shall be the name of the device referenced.
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | cs42l56.txt | 25 as a pseudo-differential input referenced to AIN1REF/AIN3A. 28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
|
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | dsi-controller.yaml | 15 a device tree binding specification by itself but is meant to be referenced 18 When referenced from panel device tree bindings the properties defined in
|
/Linux-v5.10/arch/x86/lib/ |
D | insn-eval.c | 526 * referenced by the instruction, the value will be set to -EDOM. 955 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM 961 * Obtain the effective address referenced by the ModRM byte of @insn. After 970 * 0 on success. @eff_addr will have the referenced effective address. @regoff 1022 * get_eff_addr_modrm_16() - Obtain referenced effective address via ModRM 1028 * Obtain the 16-bit effective address referenced by the ModRM byte of @insn. 1037 * 0 on success. @eff_addr will have the referenced effective address. @regoff 1090 * get_eff_addr_sib() - Obtain referenced effective address via SIB 1096 * Obtain the effective address referenced by the SIB byte of @insn. After 1105 * 0 on success. @eff_addr will have the referenced effective address. [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | ti,phy-am654-serdes.txt | 11 If SERDES0 is referenced 2nd cell should be: 15 If SERDES1 is referenced 2nd cell should be:
|
/Linux-v5.10/include/media/ |
D | v4l2-jpeg.h | 20 * @start: pointer to the start of the referenced segment or table 21 * @length: size of the referenced segment or table
|