Home
last modified time | relevance | path

Searched refs:populated (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A 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 pag in pcpu_alloc_first_chunk()
[all...]
H A 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
/kernel/linux/linux-6.6/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 region
[all...]
H A 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-5.10/tools/perf/util/
H A Dauxtrace.h265 * @populated: queues have been fully populated using the auxtrace_index
272 bool populated; member
H A Dintel-bts.c928 if (bts->queues.populated) in intel_bts_process_auxtrace_info()
H A Darm-spe.c980 if (spe->queues.populated) in arm_spe_process_auxtrace_info()
H A Ds390-cpumsf.c55 * filled with data (offset/size pairs) and the auxtrace_heap is populated.
1164 if (sf->queues.populated) in s390_cpumsf_process_auxtrace_info()
H A Dcs-etm.c2686 etm->data_queued = etm->queues.populated; in cs_etm__process_auxtrace_info()
H A Dauxtrace.c310 queues->populated = true; in auxtrace_queues__queue_buffer()
H A Dintel-pt.c3582 if (pt->queues.populated) in intel_pt_process_auxtrace_info()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dauxtrace.h289 * @populated: queues have been fully populated using the auxtrace_index
296 bool populated; member
H A Ds390-cpumsf.c55 * filled with data (offset/size pairs) and the auxtrace_heap is populated.
1165 if (sf->queues.populated) in s390_cpumsf_process_auxtrace_info()
H A Dintel-bts.c928 if (bts->queues.populated) in intel_bts_process_auxtrace_info()
H A Darm-spe.c1368 if (spe->queues.populated) in arm_spe_process_auxtrace_info()
H A Dauxtrace.c313 queues->populated = true; in auxtrace_queues__queue_buffer()
H A Dcs-etm.c3401 etm->data_queued = etm->queues.populated; in cs_etm__process_auxtrace_info_full()
H A Dintel-pt.c4475 if (pt->queues.populated) in intel_pt_process_auxtrace_info()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3098 self.populated = 0
3163 child = BranchLevelOneItem(self.glb, self.populated, data, self.root)
3165 self.populated += 1
3172 count = self.populated - child_count
3688 self.populated = 0
3699 child = SQLTableItem(self.populated, data)
3701 self.populated += 1
3708 count = self.populated - child_count
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3099 self.populated = 0
3164 child = BranchLevelOneItem(self.glb, self.populated, data, self.root)
3166 self.populated += 1
3173 count = self.populated - child_count
3689 self.populated = 0
3700 child = SQLTableItem(self.populated, data)
3702 self.populated += 1
3709 count = self.populated - child_count
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger_v2.c3151 dout("%s con %p populated %zu\n", __func__, con, in populate_in_iter()
3314 goto populated; in populate_out_iter()
3318 goto populated; in populate_out_iter()
3321 goto populated; in populate_out_iter()
3325 goto populated; in populate_out_iter()
3360 populated: in populate_out_iter()
3363 dout("%s con %p populated %zu\n", __func__, con, in populate_out_iter()
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dcgroup.c777 * cgroup_update_populated - update the populated count of a cgroup
779 * @populated: inc or dec populated count
787 * @cgrp's interface file "cgroup.populated" is zero if both
791 * detect when @cgrp and its descendants become populated or empty.
793 static void cgroup_update_populated(struct cgroup *cgrp, bool populated) in cgroup_update_populated() argument
796 int adj = populated ? 1 : -1; in cgroup_update_populated()
826 * css_set_update_populated - update populated state of a css_set
828 * @populated: whether @cset is populated o
833 css_set_update_populated(struct css_set *cset, bool populated) css_set_update_populated() argument
[all...]
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup.c772 * cgroup_update_populated - update the populated count of a cgroup
774 * @populated: inc or dec populated count
782 * @cgrp's interface file "cgroup.populated" is zero if both
786 * detect when @cgrp and its descendants become populated or empty.
788 static void cgroup_update_populated(struct cgroup *cgrp, bool populated) in cgroup_update_populated() argument
791 int adj = populated ? 1 : -1; in cgroup_update_populated()
821 * css_set_update_populated - update populated state of a css_set
823 * @populated: whether @cset is populated o
828 css_set_update_populated(struct css_set *cset, bool populated) css_set_update_populated() argument
[all...]

Completed in 65 milliseconds