| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
| D | test_core.c | 136 * A, B and C's "populated" fields would be 1 while D's 0. 138 * A,B and C's "populated" fields would flip to "0" and file 174 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 177 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 180 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 183 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 189 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 192 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 195 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 198 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()
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/drivers/staging/android/uapi/ |
| D | ion.h | 64 * @handle: pointer that will be populated with a cookie to use to 102 __u64 heaps; /* buffer to be populated */ 113 * populated with the opaque handle for the allocation.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
| D | ion.h | 71 * @handle: pointer that will be populated with a cookie to use to 109 __u64 heaps; /* buffer to be populated */ 120 * populated with the opaque handle for the allocation.
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/mm/ |
| D | percpu-internal.h | 81 int nr_populated; /* # of populated pages */ 82 int nr_empty_pop_pages; /* # of empty populated pages */ 83 unsigned long populated[]; /* populated bitmap */ member
|
| D | percpu.c | 175 * The number of empty populated pages by chunk type, protected by pcpu_lock. 181 * The number of populated pages in use by the allocator, protected by 190 * try to keep the number of populated free pages between 1010 * pcpu_is_populated - determines if the region is populated 1016 * For atomic allocations, check if the backing pages are populated. 1019 * Bool if the backing pages are populated. 1031 bitmap_next_clear_region(chunk->populated, &rs, &re, page_end); in pcpu_is_populated() 1044 * @pop_only: use populated regions only 1318 alloc_size = struct_size(chunk, populated, in pcpu_alloc_first_chunk() 1359 /* manage populated page bitmap */ in pcpu_alloc_first_chunk() [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | dma-heap.h | 28 * @fd: will be populated with a fd which provides the 73 * populated with the dmabuf handle of the allocation.
|
| D | iommu.h | 128 * populated, retry the access. This is "Success" in PCI PRI. 173 * - If the PASID bit is set, the @pasid field is populated and the invalidation 176 * - If ARCHID bit is set, @archid is populated and the invalidation relates 205 * - If the PASID bit is set, the @pasid field is populated and the invalidation 208 * - If the ARCHID bit is set, the @archid is populated and the invalidation
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | plpks.h | 92 * If no buffer is provided, var->datalen will be populated with the object's 101 * If no buffer is provided, var->datalen will be populated with the object's 110 * If no buffer is provided, var->datalen will be populated with the object's
|
| /kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
| D | gtwx5715-pci.c | 27 * Slot 0 isn't actually populated with a card connector but 29 * slot populated or someone with good soldering skills has
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fwnode.h | 81 * firmware. Say, S1 gets populated from the firmware after 82 * late_initcall_sync(). Say S2 is populated and probed way 83 * before that in device_initcall(). When C is populated, if this
|
| /kernel/linux/linux-5.10/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 251 * tree node. Returns pointer to populated structure. If any error
|
| /kernel/linux/linux-6.6/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.
|