Home
last modified time | relevance | path

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

12345678910>>...24

/linux/tools/testing/selftests/mm/
H A 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()
H A Dmadv_populate.c175 "read range initially not populated\n"); in test_populate_read()
180 "read range is populated\n"); in test_populate_read()
197 "write range initially not populated\n"); in test_populate_write()
202 "write range is populated\n"); in test_populate_write()
/linux/tools/perf/util/
H A Dcpumap.h123 * aggr_cpu_id__socket - Create an aggr_cpu_id with the socket populated with
129 * aggr_cpu_id__die - Create an aggr_cpu_id with the die and socket populated
136 * populated with the cluster, die and socket for cpu. The function signature
142 * socket populated with the core, die and socket for cpu. The function
148 * populated with the cpu, core, die and socket for cpu. The function signature
153 * aggr_cpu_id__node - Create an aggr_cpu_id with the numa node populated for
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_tl.h28 * 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/tools/testing/selftests/cgroup/
H A Dtest_core.c141 * A, B and C's "populated" fields would be 1 while D's 0.
143 * A,B and C's "populated" fields would flip to "0" and file
182 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 1\n")) in test_cgcore_populated()
185 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 1\n")) in test_cgcore_populated()
188 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 1\n")) in test_cgcore_populated()
191 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated()
197 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 0\n")) in test_cgcore_populated()
200 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 0\n")) in test_cgcore_populated()
203 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 0\n")) in test_cgcore_populated()
206 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated()
[all …]
H A 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()
/linux/drivers/net/ethernet/sfc/
H A 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 */
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.h45 * @map: struct iosys_map into the memory to be populated.
46 * @pos: If @map is NULL, map into the memory to be populated.
63 * @map: struct iosys_map into the memory to be populated.
64 * @pos: If @map is NULL, map into the memory to be populated.
/linux/rust/kernel/sync/
H A Dset_once.rs11 /// A container that can be populated at most once. Thread safe.
13 /// Once the a [`SetOnce`] is populated, it remains populated by the same object for the
81 /// Returns `true` if the [`SetOnce`] was successfully populated.
/linux/mm/
H A 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 …]
H A Dpercpu-internal.h85 int nr_populated; /* # of populated pages */
86 int nr_empty_pop_pages; /* # of empty populated pages */
87 unsigned long populated[]; /* populated bitmap */ member
/linux/Documentation/userspace-api/gpio/
H A Dgpio-get-chipinfo-ioctl.rst28 The :c:type:`chip_info<gpiochip_info>` to be populated.
38 On success 0 and ``info`` is populated with the chip info.
H A Dgpio-v2-get-lineinfo-ioctl.rst28 The :c:type:`line_info<gpio_v2_line_info>` to be populated, with the
47 On success 0 and ``info`` is populated with the chip info.
H A Dgpio-get-lineinfo-ioctl.rst32 The :c:type:`line_info<gpioline_info>` to be populated, with the
51 On success 0 and ``info`` is populated with the chip info.
H A Dgpio-v2-get-lineinfo-watch-ioctl.rst29 The :c:type:`line_info<gpio_v2_line_info>` struct to be populated, with
64 On success 0 and ``info`` is populated with the current line info.
H A Dgpio-handle-get-line-values-ioctl.rst32 The :c:type:`line_values<gpiohandle_data>` to be populated.
60 On success 0 and ``values`` populated with the values read.
H A Dgpio-get-lineinfo-watch-ioctl.rst33 The :c:type:`line_info<gpioline_info>` struct to be populated, with
71 On success 0 and ``info`` is populated with the current line info.
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-c3-isp.rst36 are no configuration changes to make. Populated blocks **must** be consecutive
41 :c:type:`c3_isp_params_block_type`. Once the blocks have been populated
42 into the data buffer, the combined size of all populated blocks shall be set in
/linux/include/linux/net/intel/
H A Diidc_rdma_idpf.h9 /* struct to be populated by core LAN PCI driver */
28 /* struct to be populated by core LAN PCI driver */
H A Diidc_rdma.h39 /* Structure to be populated by core LAN PCI driver */
58 * allocated and populated by the auxiliary driver's owner. The core PCI
/linux/Documentation/PCI/endpoint/
H A Dpci-vntb-howto.rst89 of the function device and is populated with the following NTB specific
130 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
154 Note that the devices listed here correspond to the values populated in
/linux/include/uapi/linux/
H A Ddma-heap.h28 * @fd: will be populated with a fd which provides the
48 * populated with the dmabuf handle of the allocation.
/linux/include/drm/
H A Ddrm_pagemap.h182 * is greater than 0, the entry is populated but subsequent entries
183 * within the range of that order are not populated.
201 * is greater than 0, the entry is populated but subsequent entries
202 * within the range of that order are not populated.
/linux/arch/powerpc/include/asm/
H A 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
/linux/tools/testing/selftests/drivers/net/lib/sh/
H A Dlib_netcons.sh13 SRCIF="" # to be populated later
14 SRCIP="" # to be populated later
17 DSTIF="" # to be populated later
18 DSTIP="" # to be populated later
30 # NAMESPACE will be populated by setup_ns with a random value

12345678910>>...24