Home
last modified time | relevance | path

Searched refs:referenced (Results 1 – 25 of 95) sorted by relevance

1234

/linux/drivers/memory/
H A Djz4780-nemc.c72 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/Documentation/firmware-guide/acpi/dsd/
H A Dgraph.rst30 The data structure may be referenced to elsewhere in the ACPI tables
155 https://uefi.org/specifications/ACPI/6.4/, referenced 2021-11-30.
159 [devicetree] Devicetree. https://www.devicetree.org, referenced 2016-10-03.
162 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
170 referenced 2021-11-30.
H A Dleds.rst90 https://uefi.org/specifications/ACPI/6.4/, referenced 2021-11-30.
94 [devicetree] Devicetree. https://www.devicetree.org, referenced 2019-02-21.
97 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
H A Dphy.rst11 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 Dlantiq,pinctrl-xway.txt116 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,
H A Dabilis,tb10x-iomux.txt15 Functions are defined (and referenced) by sub-nodes of the pin controller.
/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst7 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 Didle_page_tracking.rst81 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 Dautomount-support.rst60 (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 Dcs42l56.txt25 as a pseudo-differential input referenced to AIN1REF/AIN3A.
28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
H A Ddavinci-evm-audio.txt18 the both are defined the driver attempts to set referenced clock to the
/linux/Documentation/filesystems/ext4/
H A Dorphan.rst8 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 Dspecial_inodes.rst40 for other filesystem features which are not referenced from standard directory
H A Deainode.rst17 inode is not referenced by multiple inodes) to verify that the EA inode
H A Dabout.rst35 When referenced in ``preformatted text`` blocks, ``sb`` refers to fields
/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot86 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/mm/
H A Drmap.c909 int referenced; member
922 int ptes = 0, referenced = 0; in folio_referenced_one() local
963 pra->referenced = -1; in folio_referenced_one()
983 referenced++; in folio_referenced_one()
986 referenced++; in folio_referenced_one()
990 referenced++; in folio_referenced_one()
1012 if (referenced) in folio_referenced_one()
1015 referenced++; in folio_referenced_one()
1017 if (referenced) { in folio_referenced_one()
1018 pra->referenced++; in folio_referenced_one()
[all …]
H A Dzswap.c193 bool referenced; member
1107 if (entry->referenced) { in shrink_memcg_cb()
1108 entry->referenced = false; in shrink_memcg_cb()
1466 entry->referenced = true; in zswap_store_page()
/linux/Documentation/hwmon/
H A Dwm8350.rst30 is referenced to the system VRTC.
/linux/drivers/nvmem/layouts/
H A DKconfig36 as NVMEM cells so they can be referenced by other drivers.
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-dmi-tables6 data referenced by a SMBIOS table entry point. The SMBIOS
/linux/Documentation/RCU/
H A DNMI-RCU.rst59 …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/Documentation/arch/sh/
H A Dregister-banks.rst27 - r0_bank, r1_bank (referenced as k0 and k1, used for scratch
/linux/Documentation/livepatch/
H A Dmodule-elf-format.rst103 Every symbol referenced by a rela in a livepatch relocation section is a
185 Every symbol referenced by a relocation is a livepatch symbol.
194 resolves exported syms, and not every symbol referenced by the new patched
200 any livepatch relocation section, all livepatch symbols referenced by that
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-write.rst40 referenced by the file descriptor ``fd`` from the buffer starting at

1234