/Linux-v5.4/include/trace/events/ |
D | huge_memory.h | 51 int referenced, int none_or_zero, int status, int unmapped), 53 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped), 59 __field(int, referenced) 69 __entry->referenced = referenced; 75 …TP_printk("mm=%p, scan_pfn=0x%lx, writable=%d, referenced=%d, none_or_zero=%d, status=%s, unmapped… 79 __entry->referenced, 112 int referenced, bool writable, int status), 114 TP_ARGS(page, none_or_zero, referenced, writable, status), 119 __field(int, referenced) 127 __entry->referenced = referenced; [all …]
|
/Linux-v5.4/drivers/memory/ |
D | jz4780-nemc.c | 59 * jz4780_nemc_num_banks() - count the number of banks referenced by a device 70 unsigned long referenced = 0; in jz4780_nemc_num_banks() local 75 if (!(referenced & BIT(bank))) { in jz4780_nemc_num_banks() 76 referenced |= BIT(bank); in jz4780_nemc_num_banks() 276 unsigned long referenced; in jz4780_nemc_probe() local 325 referenced = 0; in jz4780_nemc_probe() 335 referenced = 0; in jz4780_nemc_probe() 339 referenced |= BIT(bank); in jz4780_nemc_probe() 342 if (!referenced) { in jz4780_nemc_probe() 346 } else if (nemc->banks_present & referenced) { in jz4780_nemc_probe() [all …]
|
/Linux-v5.4/mm/ |
D | page_idle.c | 63 bool referenced = false; in page_idle_clear_pte_refs_one() local 69 * For PTE-mapped THP, one sub page is referenced, in page_idle_clear_pte_refs_one() 70 * the whole THP is referenced. in page_idle_clear_pte_refs_one() 73 referenced = true; in page_idle_clear_pte_refs_one() 76 referenced = true; in page_idle_clear_pte_refs_one() 83 if (referenced) { in page_idle_clear_pte_refs_one() 86 * We cleared the referenced bit in a mapping to this page. To in page_idle_clear_pte_refs_one() 149 * The page might have been referenced via a in page_idle_bitmap_read()
|
D | khugepaged.c | 538 int none_or_zero = 0, result = 0, referenced = 0; in __collapse_huge_page_isolate() local 585 * The page must only be referenced by the scanned process in __collapse_huge_page_isolate() 626 referenced++; in __collapse_huge_page_isolate() 629 if (likely(referenced)) { in __collapse_huge_page_isolate() 632 referenced, writable, result); in __collapse_huge_page_isolate() 642 referenced, writable, result); in __collapse_huge_page_isolate() 893 int referenced) in __collapse_huge_page_swapin() argument 906 if (referenced < HPAGE_PMD_NR/2) { in __collapse_huge_page_swapin() 907 trace_mm_collapse_huge_page_swapin(mm, swapped_in, referenced, 0); in __collapse_huge_page_swapin() 924 trace_mm_collapse_huge_page_swapin(mm, swapped_in, referenced, 0); in __collapse_huge_page_swapin() [all …]
|
/Linux-v5.4/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,
|
/Linux-v5.4/drivers/staging/wusbcore/ |
D | rh.c | 77 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked. 115 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked. 158 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked 190 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked. 215 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked. 230 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked. 274 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked. 323 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked. 344 * @wusbhc is assumed referenced and @wusbhc->mutex unlocked.
|
D | wusbhc.h | 187 * [this allows for some unlocked but referenced reading]. 314 * Return @usb_dev's @usb_hcd (properly referenced) or NULL if gone 316 * @usb_dev: USB device, UNLOCKED and referenced (or otherwise, safe ptr) 318 * This is a safe assumption as @usb_dev->bus is referenced all the 342 * @usb_dev: USB device, UNLOCKED and referenced (or otherwise, safe ptr) 345 * WARNING: referenced at the usb_hcd level, unlocked 436 * NOTE: valid without locking as long as wusbhc is referenced (as the 463 * Return a referenced wusb_dev given a @usb_dev
|
/Linux-v5.4/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. http://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:http://www.devicetree.org>, referenced 2019-02-21. 97 referenced 2019-02-21. 105 referenced 2019-02-21. 109 referenced 2019-02-21.
|
D | data-node-references.rst | 89 referenced 2018-07-17. 93 referenced 2016-10-04.
|
/Linux-v5.4/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.
|
D | pagemap.rst | 57 2. REFERENCED 160 2 - REFERENCED 161 page has been referenced since last LRU list enqueue/requeue 194 in kpagecount, and tally up the number of pages that are only referenced
|
/Linux-v5.4/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-v5.4/Documentation/filesystems/nfs/ |
D | pnfs.txt | 6 Each data server can be referenced by multiple devices. Each device 7 can be referenced by multiple layouts. To keep all of this straight, 31 nfs4_deviceid_cache). The cache itself is referenced across each
|
/Linux-v5.4/include/crypto/ |
D | rng.h | 129 * numbers using the random number generator referenced by the 154 * random number generator referenced by the cipher handle. 171 * referenced by the cipher handle by clearing the current state. The new state 189 * referenced by the cipher handle. This value may be zero if the random
|
/Linux-v5.4/Documentation/filesystems/ |
D | automount-support.txt | 54 (it's only referenced by its parent vfsmount), then it will be deleted 82 If the mountpoint in question is in referenced by something other than 89 Otherwise if it was already marked and it wasn't referenced, unmounting will
|
/Linux-v5.4/tools/lib/bpf/ |
D | btf.c | 1094 * is provided, all the strings referenced from .BTF.ext section are honored 1278 * Optional .BTF.ext section. When provided, any strings referenced 1600 * Dedup string and filter out those that are not referenced from either .BTF 1665 * referenced, emit single instance and remember new offset in btf_dedup_strings() 1815 * Calculate type signature hash of STRUCT/UNION, ignoring referenced type IDs, 1816 * as referenced type IDs equivalence is established separately during type 1829 /* no hashing of referenced type ID, it can be unresolved yet */ in btf_hash_struct() 1836 * Check structural compatibility of two FUNC_PROTOs, ignoring referenced type 1838 * referenced types equivalence is checked separately. 1862 * Calculate type signature hash of ARRAY, including referenced type IDs, [all …]
|
D | btf_dump.c | 51 /* whether type is referenced from any other type */ 52 __u8 referenced: 1; member 220 /* eagerly determine referenced types for anon enums */ in btf_dump__dump_type() 238 * Mark all types that are referenced from any other type. This is used to 245 * without knowning whether given enum type was referenced from other type: 246 * top-level anonymous enum won't be referenced by anything, while embedded 272 d->type_states[t->type].referenced = 1; in btf_dump_mark_referenced() 278 d->type_states[a->index_type].referenced = 1; in btf_dump_mark_referenced() 279 d->type_states[a->type].referenced = 1; in btf_dump_mark_referenced() 287 d->type_states[m->type].referenced = 1; in btf_dump_mark_referenced() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/display/bridge/ |
D | dw_hdmi.txt | 6 specification by itself but is meant to be referenced by platform-specific 9 When referenced from platform device tree bindings the properties defined in
|
D | dw_mipi_dsi.txt | 6 by itself but is meant to be referenced by platform-specific device tree 9 When referenced from platform device tree bindings the properties defined in
|
/Linux-v5.4/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-v5.4/arch/x86/lib/ |
D | insn-eval.c | 496 * referenced by the instruction, the value will be set to -EDOM. 906 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM 912 * Obtain the effective address referenced by the ModRM byte of @insn. After 921 * 0 on success. @eff_addr will have the referenced effective address. @regoff 973 * get_eff_addr_modrm_16() - Obtain referenced effective address via ModRM 979 * Obtain the 16-bit effective address referenced by the ModRM byte of @insn. 988 * 0 on success. @eff_addr will have the referenced effective address. @regoff 1041 * get_eff_addr_sib() - Obtain referenced effective address via SIB 1047 * Obtain the effective address referenced by the SIB byte of @insn. After 1056 * 0 on success. @eff_addr will have the referenced effective address. [all …]
|
/Linux-v5.4/include/uapi/linux/ |
D | mic_ioctl.h | 57 * The total size referenced by the pointer should equal the size returned 72 * referenced by the pointer should equal the config_len field of struct
|
/Linux-v5.4/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-v5.4/Documentation/media/v4l-drivers/ |
D | omap3isp.rst | 266 Referenced 2011-03-05. 269 <URL:http://www.ti.com/litv/pdf/spruf98o> Referenced 2011-03-05. 273 Referenced 2011-03-05. 276 <URL:http://www.ti.com/litv/pdf/sprugn4h> Referenced 2011-03-06.
|