Lines Matching +full:per +full:- +full:cpu
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
73 * Caller-owned memory.
79 * For allocators making use of per-CPU caches, we also provide raw
80 * statistics from the central allocator and each per-CPU cache,
84 * cached in per-CPU caches.
87 * from zone, which should (combined with per-cpu) add up to the
94 * Per-CPU measurements fall into two categories: per-CPU allocation,
95 * and per-CPU cache state.
98 uint64_t mtp_memalloced;/* Per-CPU mt_memalloced. */
99 uint64_t mtp_memfreed; /* Per-CPU mt_memfreed. */
100 uint64_t mtp_numallocs; /* Per-CPU mt_numallocs. */
101 uint64_t mtp_numfrees; /* Per-CPU mt_numfrees. */
102 uint64_t mtp_sizemask; /* Per-CPU mt_sizemask. */
108 uint64_t mtp_free; /* Per-CPU cache free items. */