Lines Matching full:mtp

98 struct memory_type	*memstat_mtl_next(struct memory_type *mtp);
123 int memstat_malloc_zone_used(const struct memory_type *mtp, size_t n);
128 const char *memstat_get_name(const struct memory_type *mtp);
129 int memstat_get_allocator(const struct memory_type *mtp);
130 uint64_t memstat_get_countlimit(const struct memory_type *mtp);
131 uint64_t memstat_get_byteslimit(const struct memory_type *mtp);
132 uint64_t memstat_get_sizemask(const struct memory_type *mtp);
133 uint64_t memstat_get_size(const struct memory_type *mtp);
134 uint64_t memstat_get_rsize(const struct memory_type *mtp);
135 uint64_t memstat_get_memalloced(const struct memory_type *mtp);
136 uint64_t memstat_get_memfreed(const struct memory_type *mtp);
137 uint64_t memstat_get_numallocs(const struct memory_type *mtp);
138 uint64_t memstat_get_numfrees(const struct memory_type *mtp);
139 uint64_t memstat_get_bytes(const struct memory_type *mtp);
140 uint64_t memstat_get_count(const struct memory_type *mtp);
141 uint64_t memstat_get_free(const struct memory_type *mtp);
142 uint64_t memstat_get_failures(const struct memory_type *mtp);
143 uint64_t memstat_get_sleeps(const struct memory_type *mtp);
144 uint64_t memstat_get_xdomain(const struct memory_type *mtp);
145 void *memstat_get_caller_pointer(const struct memory_type *mtp,
147 void memstat_set_caller_pointer(struct memory_type *mtp,
149 uint64_t memstat_get_caller_uint64(const struct memory_type *mtp,
151 void memstat_set_caller_uint64(struct memory_type *mtp, int index,
153 uint64_t memstat_get_zonefree(const struct memory_type *mtp);
154 uint64_t memstat_get_kegfree(const struct memory_type *mtp);
155 uint64_t memstat_get_percpu_memalloced(const struct memory_type *mtp,
157 uint64_t memstat_get_percpu_memfreed(const struct memory_type *mtp,
159 uint64_t memstat_get_percpu_numallocs(const struct memory_type *mtp,
161 uint64_t memstat_get_percpu_numfrees(const struct memory_type *mtp,
163 uint64_t memstat_get_percpu_sizemask(const struct memory_type *mtp,
166 const struct memory_type *mtp, int cpu, int index);
167 void memstat_set_percpu_caller_pointer(struct memory_type *mtp,
170 const struct memory_type *mtp, int cpu, int index);
171 void memstat_set_percpu_caller_uint64(struct memory_type *mtp,
173 uint64_t memstat_get_percpu_free(const struct memory_type *mtp,