Home
last modified time | relevance | path

Searched full:populated (Results 1 – 25 of 1159) sorted by relevance

12345678910>>...47

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
Dmkdirty.c147 /* 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()
Dmadv_populate.c175 "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/
Dcpumap.h118 * 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/
Dtest_core.c136 * 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 …]
Dtest_kill.c76 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/
Dtest_core.c134 * 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/
Def100_nic.h76 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/
Dion.h64 * @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/
Dion.h71 * @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/
Dpercpu.c177 * 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 …]
Dpercpu-internal.h72 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/
Ddma-heap.h28 * @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/
Dpci-vntb-howto.rst89 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
Dpci-ntb-howto.rst93 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/
Dpercpu-internal.h81 int nr_populated; /* # of populated pages */
82 int nr_empty_pop_pages; /* # of empty populated pages */
83 unsigned long populated[]; /* populated bitmap */ member
Dpercpu.c175 * 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/
Ddma-heap.h28 * @fd: will be populated with a fd which provides the
73 * populated with the dmabuf handle of the allocation.
Diommu.h128 * 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/
Dplpks.h92 * 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/
Dgtwx5715-pci.c27 * 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/
Dpeci-dimmtemp.rst48 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/
Dof_memory.c24 * 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/
Dfwnode.h81 * 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/
Dof_memory.c24 * 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/
Dvmwgfx_kms.h78 * 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.

12345678910>>...47