/linux-6.15/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 …]
|
/linux-6.15/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() 71 referenced |= ptep_test_and_clear_young(vma, addr, pvmw.pte); in page_idle_clear_pte_refs_one() 72 referenced |= mmu_notifier_clear_young(vma->vm_mm, addr, addr + PAGE_SIZE); in page_idle_clear_pte_refs_one() 75 referenced = true; in page_idle_clear_pte_refs_one() 82 if (referenced) { in page_idle_clear_pte_refs_one() 85 * We cleared the referenced bit in a mapping to this page. To in page_idle_clear_pte_refs_one() 147 * The page might have been referenced via a in page_idle_bitmap_read()
|
/linux-6.15/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 …]
|
/linux-6.15/tools/testing/selftests/bpf/progs/ |
D | struct_ops_kptr_return.c | 10 /* This test struct_ops BPF programs returning referenced kptr. The verifier should 11 * allow a referenced kptr or a NULL pointer to be returned. A referenced kptr to task
|
D | struct_ops_kptr_return_fail__nonzero_offset.c | 11 /* This test struct_ops BPF programs returning referenced kptr. The verifier should 12 * reject programs returning a modified referenced kptr.
|
D | struct_ops_kptr_return_fail__wrong_type.c | 11 /* This test struct_ops BPF programs returning referenced kptr. The verifier should 12 * reject programs returning a referenced kptr of the wrong type.
|
D | struct_ops_refcounted.c | 10 /* This is a test BPF program that uses struct_ops to access a referenced 12 * 1) recongnizes the task as a referenced object (i.e., ref_obj_id > 0), and
|
D | verifier_vfs_reject.c | 48 __failure __msg("R1 must be referenced or trusted") 100 __failure __msg("R1 must be referenced or trusted") 114 __failure __msg("R1 must be referenced or trusted")
|
/linux-6.15/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-6.15/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.15/net/netfilter/ |
D | nf_conntrack_bpf.c | 414 * This must be invoked for referenced PTR_TO_BTF_ID. 416 * @nfct - Pointer to referenced nf_conn___init object, obtained 437 * This must be invoked for referenced PTR_TO_BTF_ID, and the verifier rejects 442 * @nf_conn - Pointer to referenced nf_conn object, obtained using 456 * @nfct - Pointer to referenced nf_conn object, obtained using 471 * @nfct - Pointer to referenced nf_conn object, obtained using 483 * This must be invoked for referenced PTR_TO_BTF_ID to nf_conn___init. 486 * @nfct - Pointer to referenced nf_conn object, obtained using 498 * This must be invoked for referenced PTR_TO_BTF_ID to nf_conn. 501 * @nfct - Pointer to referenced nf_conn object, obtained using
|
D | nf_nat_bpf.c | 20 * nf_conn before insertion. This must be invoked for referenced 24 * @nfct - Pointer to referenced nf_conn object, obtained using
|
/linux-6.15/Documentation/devicetree/bindings/display/bridge/ |
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 58 be referenced through the ddc-i2c-bus property of the HDMI connector
|
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
|
/linux-6.15/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.15/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
|
/linux-6.15/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.15/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-6.15/include/crypto/ |
D | rng.h | 137 * 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
|
/linux-6.15/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.15/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.15/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.15/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.15/Documentation/devicetree/bindings/ |
D | writing-schema.rst | 112 Most common case, where no additional schema is referenced or if this 113 binding allows subset of properties from other referenced schemas. 121 schemas are supposed to be referenced by other schemas, which then use 127 provider binding, other nodes referenced by phandle.
|