/linux-6.8/tools/testing/selftests/mm/ |
D | mkdirty.c | 147 /* MM populated a THP if we got the last subpage populated as well. */ in test_ptrace_write_thp() 149 ksft_test_result_skip("Did not get a THP populated\n"); in test_ptrace_write_thp() 211 /* MM populated a THP if we got the last subpage populated as well. */ in test_page_migration_thp() 213 ksft_test_result_skip("Did not get a THP populated\n"); in test_page_migration_thp() 250 /* MM populated a THP if we got the last subpage populated as well. */ in test_pte_mapped_thp() 252 ksft_test_result_skip("Did not get a THP populated\n"); in test_pte_mapped_thp()
|
D | madv_populate.c | 175 "range initially not populated\n"); in test_populate_read() 180 "range is populated\n"); in test_populate_read() 197 "range initially not populated\n"); in test_populate_write() 202 "range is populated\n"); in test_populate_write()
|
/linux-6.8/tools/perf/util/ |
D | cpumap.h | 118 * aggr_cpu_id__socket - Create an aggr_cpu_id with the socket populated with 124 * aggr_cpu_id__die - Create an aggr_cpu_id with the die and socket populated 131 * populated with the core, die and socket for cpu. The function signature is 137 * populated with the cpu, core, die and socket for cpu. The function signature 142 * aggr_cpu_id__node - Create an aggr_cpu_id with the numa node populated for
|
/linux-6.8/tools/testing/selftests/cgroup/ |
D | test_core.c | 134 * A, B and C's "populated" fields would be 1 while D's 0. 136 * A,B and C's "populated" fields would flip to "0" and file 172 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 175 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 178 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 181 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 187 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 190 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 193 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 196 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() [all …]
|
D | test_kill.c | 76 if (cg_read_strcmp(cgroup, "cgroup.events", "populated 1\n")) in test_cgkill_simple() 89 cg_read_strcmp(cgroup, "cgroup.events", "populated 0\n")) in test_cgkill_simple() 193 cg_read_strcmp(cgroup[0], "cgroup.events", "populated 0\n")) in test_cgkill_tree() 254 cg_read_strcmp(cgroup, "cgroup.events", "populated 0\n")) in test_cgkill_forkbomb()
|
/linux-6.8/drivers/crypto/intel/qat/qat_common/ |
D | adf_gen4_tl.h | 28 * struct adf_gen4_tl_slice_data_regs - HW slice data as populated by FW. 41 * counter values as are being populated periodically by device. 100 * telemetry counter values as are being populated periodically by device. 133 * counters data: Device + 4 Ring Pairs as are being populated periodically
|
/linux-6.8/drivers/net/ethernet/sfc/ |
D | ef100_nic.h | 76 bool have_mport; /* base_mport was populated successfully */ 79 bool have_own_mport; /* own_mport was populated successfully */ 80 bool have_local_intf; /* local_mae_intf was populated successfully */
|
/linux-6.8/mm/ |
D | percpu.c | 177 * The number of empty populated pages, protected by pcpu_lock. 183 * The number of populated pages in use by the allocator, protected by 192 * try to keep the number of populated free pages between 918 * populated with pages, while we account it here. The number in pcpu_block_update_hint_alloc() 1061 * pcpu_is_populated - determines if the region is populated 1067 * For atomic allocations, check if the backing pages are populated. 1070 * Bool if the backing pages are populated. 1081 start = find_next_zero_bit(chunk->populated, end, start); in pcpu_is_populated() 1085 end = find_next_bit(chunk->populated, end, start + 1); in pcpu_is_populated() 1096 * @pop_only: use populated regions only [all …]
|
D | percpu-internal.h | 72 int nr_populated; /* # of populated pages */ 73 int nr_empty_pop_pages; /* # of empty populated pages */ 74 unsigned long populated[]; /* populated bitmap */ member
|
/linux-6.8/Documentation/PCI/endpoint/ |
D | pci-vntb-howto.rst | 89 of the function device and is populated with the following NTB specific 125 field should be populated with '1'. For NTB, both the PCI endpoint controllers 136 Note that the devices listed here correspond to the values populated in 149 Note that the devices listed here correspond to the values populated in
|
D | pci-ntb-howto.rst | 93 of the function device and is populated with the following NTB specific 128 field should be populated with '1'. For NTB, both the PCI endpoint controllers 141 Note that the devices listed here correspond to the values populated in
|
/linux-6.8/include/uapi/linux/ |
D | dma-heap.h | 28 * @fd: will be populated with a fd which provides the 48 * populated with the dmabuf handle of the allocation.
|
/linux-6.8/arch/powerpc/include/asm/ |
D | plpks.h | 93 * If no buffer is provided, var->datalen will be populated with the object's 102 * If no buffer is provided, var->datalen will be populated with the object's 111 * If no buffer is provided, var->datalen will be populated with the object's
|
/linux-6.8/Documentation/hwmon/ |
D | peci-dimmtemp.rst | 48 I is DIMM index of the populated DIMM. 49 temp[N]_input Provides current temperature of the populated DIMM.
|
/linux-6.8/drivers/memory/ |
D | of_memory.c | 24 * from device tree node. Returns a pointer to the populated 101 * tree node. Returns pointer to populated structure. If any error 162 * from device tree node. Returns a pointer to the populated 253 * tree node. Returns pointer to populated structure. If any error 312 * tree node. Returns pointer to populated structure. If error
|
/linux-6.8/drivers/gpu/drm/xe/ |
D | xe_migrate.h | 36 * @map: struct iosys_map into the memory to be populated. 37 * @pos: If @map is NULL, map into the memory to be populated.
|
/linux-6.8/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 78 * Return: Size of commands populated to command buffer. 85 * This is where pre clip related command should be populated like 90 * Return: Size of commands populated to command buffer. 106 * Return: Size of commands populated to command buffer. 117 * Return: Size of commands populated to command buffer.
|
/linux-6.8/Documentation/arch/powerpc/ |
D | vmemmap_dedup.rst | 22 Here's how things look like on device-dax after the sections are populated:: 50 Here's how things look like on device-dax after the sections are populated:: 79 Here's how things look like on device-dax after the sections are populated::
|
/linux-6.8/drivers/bus/ |
D | omap_l3_noc.h | 92 * @dev: device representing the bus (populated runtime) 93 * @l3_base: base addresses of modules (populated runtime if 0) 104 * @debug_irq: irq number of the debug interrupt (populated runtime) 105 * @app_irq: irq number of the application interrupt (populated runtime)
|
/linux-6.8/Documentation/mm/ |
D | physical_memory.rst | 65 ``ZONE_MOVABLE`` is populated during memory hotplug, but it may be 66 also populated on boot using one of ``kernelcore``, ``movablecore`` and 212 The zones for this node. Not all of the zones may be populated, but it is 223 Number of populated zones in this node.
|
/linux-6.8/drivers/nvmem/ |
D | layouts.c | 137 pr_debug("%s() - skipping %pOF, already populated\n", in nvmem_layout_bus_populate() 160 * Returns the number of devices populated, 0 if the operation was not relevant
|
/linux-6.8/Documentation/networking/netlink_spec/ |
D | readme.txt | 3 This file is populated during the build of the documentation (htmldocs) by the
|
/linux-6.8/drivers/mfd/ |
D | rohm-bd9576.c | 28 * PMIC is populated in device-tree. 131 * don't require IRQ to be populated. in bd957x_i2c_probe()
|
/linux-6.8/Documentation/security/secrets/ |
D | coco.rst | 44 Later it checks if the secret area is populated: it maps the area and checks 46 (``1e74f542-71dd-4d66-963e-ef4287ff173b``). If the secret area is populated,
|
/linux-6.8/drivers/firmware/efi/ |
D | memattr.c | 122 * To be called after the EFI page tables have been populated. If a memory 125 * This requires the UEFI memory map to have already been populated with
|