/linux-6.6.21/include/trace/events/ |
D | huge_memory.h | 59 int referenced, int none_or_zero, int status, int unmapped), 61 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped), 67 __field(int, referenced) 77 __entry->referenced = referenced; 87 __entry->referenced, 120 int referenced, bool writable, int status), 122 TP_ARGS(page, none_or_zero, referenced, writable, status), 127 __field(int, referenced) 135 __entry->referenced = referenced; 143 __entry->referenced, [all …]
|
/linux-6.6.21/drivers/memory/ |
D | jz4780-nemc.c | 72 unsigned long referenced = 0; in jz4780_nemc_num_banks() local 77 if (!(referenced & BIT(bank))) { in jz4780_nemc_num_banks() 78 referenced |= BIT(bank); in jz4780_nemc_num_banks() 278 unsigned long referenced; in jz4780_nemc_probe() local 341 referenced = 0; in jz4780_nemc_probe() 351 referenced = 0; in jz4780_nemc_probe() 355 referenced |= BIT(bank); in jz4780_nemc_probe() 358 if (!referenced) { in jz4780_nemc_probe() 362 } else if (nemc->banks_present & referenced) { in jz4780_nemc_probe() 369 for_each_set_bit(bank, &referenced, JZ4780_NEMC_NUM_BANKS) { in jz4780_nemc_probe() [all …]
|
/linux-6.6.21/mm/ |
D | page_idle.c | 57 bool referenced = false; in page_idle_clear_pte_refs_one() local 67 referenced = true; in page_idle_clear_pte_refs_one() 70 referenced = true; in page_idle_clear_pte_refs_one() 77 if (referenced) { in page_idle_clear_pte_refs_one()
|
D | khugepaged.c | 546 int none_or_zero = 0, shared = 0, result = SCAN_FAIL, referenced = 0; in __collapse_huge_page_isolate() local 659 referenced++; in __collapse_huge_page_isolate() 667 } else if (unlikely(cc->is_khugepaged && !referenced)) { in __collapse_huge_page_isolate() 672 referenced, writable, result); in __collapse_huge_page_isolate() 678 referenced, writable, result); in __collapse_huge_page_isolate() 989 int referenced) in __collapse_huge_page_swapin() argument 1054 trace_mm_collapse_huge_page_swapin(mm, swapped_in, referenced, result); in __collapse_huge_page_swapin() 1081 int referenced, int unmapped, in collapse_huge_page() argument 1128 referenced); in collapse_huge_page() 1247 int result = SCAN_FAIL, referenced = 0; in hpage_collapse_scan_pmd() local [all …]
|
D | rmap.c | 797 int referenced; member 809 int referenced = 0; in folio_referenced_one() local 827 referenced++; in folio_referenced_one() 832 referenced++; in folio_referenced_one() 836 referenced++; in folio_referenced_one() 845 if (referenced) in folio_referenced_one() 848 referenced++; in folio_referenced_one() 850 if (referenced) { in folio_referenced_one() 851 pra->referenced++; in folio_referenced_one() 932 return rwc.contended ? -1 : pra.referenced; in folio_referenced()
|
/linux-6.6.21/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-6.6.21/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 | synopsys,dw-hdmi.yaml | 15 binding specification by itself but is meant to be referenced by device tree 18 When referenced from platform device tree bindings the properties defined in
|
/linux-6.6.21/Documentation/firmware-guide/acpi/dsd/ |
D | graph.rst | 30 The data structure may be referenced to elsewhere in the ACPI tables 158 https://uefi.org/specifications/ACPI/6.4/, referenced 2021-11-30. 162 [devicetree] Devicetree. https://www.devicetree.org, referenced 2016-10-03. 165 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced 173 referenced 2021-11-30.
|
D | leds.rst | 95 https://uefi.org/specifications/ACPI/6.4/, referenced 2021-11-30. 99 [devicetree] Devicetree. https://www.devicetree.org, referenced 2019-02-21. 102 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
D | phy.rst | 11 on the MDIO bus have to be referenced. 118 Below are the MAC nodes where PHY nodes are referenced. 200 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
/linux-6.6.21/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-xway.txt | 116 Pinconf pins can be referenced via the names io0-io31. 119 Pinconf pins can be referenced via the names io0-io31. 122 Pinconf pins can be referenced via the names io0-io55. 125 Pinconf pins can be referenced via the names io0-io49. 128 Pinconf pins can be referenced via the names io0-io1,io3-io6,io8-io11,
|
/linux-6.6.21/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-6.6.21/Documentation/admin-guide/mm/ |
D | idle_page_tracking.rst | 81 considered referenced if it has been recently accessed via a process address 96 exceeding the dirty memory limit, it is not marked referenced. 101 section), and cleared automatically whenever a page is referenced as defined 107 as noted above, uses the Accessed bit to promote actively referenced pages, one 111 Accessed bit and therefore will consider such a page as referenced.
|
/linux-6.6.21/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-6.6.21/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-6.6.21/Documentation/devicetree/bindings/net/dsa/ |
D | qca8k.yaml | 33 qca,qca8328: referenced as AR8328(N)-AK1(A/B) QFN 176 pin package 34 qca,qca8327: referenced as AR8327(N)-AL1A DR-QFN 148 pin package 35 qca,qca8334: referenced as QCA8334-AL3C QFN 88 pin package 36 qca,qca8337: referenced as QCA8337N-AL3(B/C) DR-QFN 148 pin package
|
/linux-6.6.21/Documentation/filesystems/ext4/ |
D | orphan.rst | 8 clean up these inodes as otherwise they (and the blocks referenced from them) 21 (referenced from the superblock through s_orphan_file_inum) with several
|
/linux-6.6.21/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-6.6.21/Documentation/bpf/ |
D | map_lru_hash_update.dot | 86 label="Use node that was\nnot recently referenced"] 88 label="Use node that was\nactively referenced\nin global list"] 91 label="Use node that was\nactively referenced\nin (another?) CPU's cache"]
|
/linux-6.6.21/mm/damon/ |
D | vaddr.c | 341 bool referenced = false; in damon_hugetlb_mkold() local 349 referenced = true; in damon_hugetlb_mkold() 357 referenced = true; in damon_hugetlb_mkold() 360 if (referenced) in damon_hugetlb_mkold()
|
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/power/supply/ |
D | power-supply.yaml | 19 supply it power, referenced by their phandles.
|
/linux-6.6.21/arch/mips/ |
D | Kbuild | 2 # Fail on warnings - also for files referenced in subdirs
|
/linux-6.6.21/Documentation/hwmon/ |
D | wm8350.rst | 30 is referenced to the system VRTC.
|