| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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; 83 …TP_printk("mm=%p, scan_pfn=0x%lx, writable=%d, referenced=%d, none_or_zero=%d, status=%s, unmapped… 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; [all …]
|
| /kernel/linux/linux-5.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 342 referenced = 0; in jz4780_nemc_probe() 352 referenced = 0; in jz4780_nemc_probe() 356 referenced |= BIT(bank); in jz4780_nemc_probe() 359 if (!referenced) { in jz4780_nemc_probe() 363 } else if (nemc->banks_present & referenced) { in jz4780_nemc_probe() [all …]
|
| /kernel/linux/linux-6.6/drivers/memory/ |
| D | jz4780-nemc.c | 61 * jz4780_nemc_num_banks() - count the number of banks referenced by a device 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() [all …]
|
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-6.6/mm/ |
| 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()
|
| /kernel/linux/linux-5.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,
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | nf_conntrack_bpf.c | 374 * This must be invoked for referenced PTR_TO_BTF_ID. 376 * @nfct - Pointer to referenced nf_conn___init object, obtained 397 * This must be invoked for referenced PTR_TO_BTF_ID, and the verifier rejects 402 * @nf_conn - Pointer to referenced nf_conn object, obtained using 416 * @nfct - Pointer to referenced nf_conn object, obtained using 431 * @nfct - Pointer to referenced nf_conn object, obtained using 443 * This must be invoked for referenced PTR_TO_BTF_ID to nf_conn___init. 446 * @nfct - Pointer to referenced nf_conn object, obtained using 458 * This must be invoked for referenced PTR_TO_BTF_ID to nf_conn. 461 * @nfct - Pointer to referenced nf_conn object, obtained using
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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,
|
| /kernel/linux/linux-6.6/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"},
|
| /kernel/linux/linux-5.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"},
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | rng.h | 131 * numbers using the random number generator referenced by the 156 * random number generator referenced by the cipher handle. 173 * referenced by the cipher handle by clearing the current state. The new state 191 * referenced by the cipher handle. This value may be zero if the random
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.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
|