/linux/include/trace/events/ |
H A 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/drivers/memory/ |
H A 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/mm/ |
H A D | page_idle.c | 57 bool referenced = false; in page_idle_clear_pte_refs_one() local 63 * For PTE-mapped THP, one sub page is referenced, in page_idle_clear_pte_refs_one() 64 * the whole THP is referenced. in page_idle_clear_pte_refs_one() 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() 80 * We cleared the referenced bit in a mapping to this page. To in page_idle_clear_pte_refs_one() 142 * The page might have been referenced via a in page_idle_bitmap_read()
|
H A D | khugepaged.c | 573 int none_or_zero = 0, shared = 0, result = SCAN_FAIL, referenced = 0; in __collapse_huge_page_isolate() local 687 referenced++; in __collapse_huge_page_isolate() 695 } else if (unlikely(cc->is_khugepaged && !referenced)) { in __collapse_huge_page_isolate() 700 referenced, writable, result); in __collapse_huge_page_isolate() 706 referenced, writable, result); in __collapse_huge_page_isolate() 1003 int referenced) in __collapse_huge_page_swapin() argument 1072 trace_mm_collapse_huge_page_swapin(mm, swapped_in, referenced, result); in __collapse_huge_page_swapin() 1105 int referenced, int unmapped, in collapse_huge_page() argument 1152 referenced); in collapse_huge_page() 1274 int result = SCAN_FAIL, referenced = 0; in hpage_collapse_scan_pmd() local [all …]
|
/linux/Documentation/firmware-guide/acpi/dsd/ |
H A 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.
|
H A 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
|
H A 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/Documentation/devicetree/bindings/pinctrl/ |
H A 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/Documentation/filesystems/nfs/ |
H A 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/Documentation/admin-guide/mm/ |
H A 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/Documentation/filesystems/ |
H A 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/Documentation/devicetree/bindings/sound/ |
H A D | cs42l56.txt | 25 as a pseudo-differential input referenced to AIN1REF/AIN3A. 28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
|
/linux/Documentation/devicetree/bindings/clock/ |
H A 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.
|
H A D | brcm,bcm53573-ilp.txt | 11 which has to be referenced.
|
/linux/Documentation/bpf/ |
H A 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/Documentation/filesystems/ext4/ |
H A 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
|
H A D | special_inodes.rst | 40 for other filesystem features which are not referenced from standard directory
|
H A D | eainode.rst | 17 inode is not referenced by multiple inodes) to verify that the EA inode
|
/linux/Documentation/hwmon/ |
H A D | wm8350.rst | 30 is referenced to the system VRTC.
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | keystone-usb-phy.txt | 11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
|
/linux/Documentation/process/ |
H A D | maintainer-soc-clean-dts.rst | 11 Documentation/process/maintainer-soc.rst. This document referenced in
|
/linux/drivers/nvmem/layouts/ |
H A D | Kconfig | 36 as NVMEM cells so they can be referenced by other drivers.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-dmi-tables | 6 data referenced by a SMBIOS table entry point. The SMBIOS
|
/linux/Documentation/RCU/ |
H A D | NMI-RCU.rst | 59 …Why might the rcu_dereference_sched() be necessary on Alpha, given that the code referenced by the… 107 …Why might the rcu_dereference_sched() be necessary on Alpha, given that the code referenced by the…
|
/linux/tools/lib/bpf/ |
H A D | btf_dump.c | 57 __u8 referenced: 1; member 339 d->type_states[t->type].referenced = 1; in btf_dump_mark_referenced() 345 d->type_states[a->index_type].referenced = 1; in btf_dump_mark_referenced() 346 d->type_states[a->type].referenced = 1; in btf_dump_mark_referenced() 354 d->type_states[m->type].referenced = 1; in btf_dump_mark_referenced() 361 d->type_states[p->type].referenced = 1; in btf_dump_mark_referenced() 368 d->type_states[v->type].referenced = 1; in btf_dump_mark_referenced() 553 if (t->name_off != 0 || !tstate->referenced) { in btf_dump_order_type()
|