Lines Matching defs:mtp

89 memstat_mtl_next(struct memory_type *mtp)  in memstat_mtl_next()
98 struct memory_type *mtp; in _memstat_mtl_empty() local
132 struct memory_type *mtp; in memstat_mtl_find() local
153 struct memory_type *mtp; in _memstat_mt_allocate() local
179 _memstat_mt_reset_stats(struct memory_type *mtp, int maxcpus) in _memstat_mt_reset_stats()
216 memstat_get_name(const struct memory_type *mtp) in memstat_get_name()
223 memstat_get_allocator(const struct memory_type *mtp) in memstat_get_allocator()
230 memstat_get_countlimit(const struct memory_type *mtp) in memstat_get_countlimit()
237 memstat_get_byteslimit(const struct memory_type *mtp) in memstat_get_byteslimit()
244 memstat_get_sizemask(const struct memory_type *mtp) in memstat_get_sizemask()
251 memstat_get_size(const struct memory_type *mtp) in memstat_get_size()
258 memstat_get_rsize(const struct memory_type *mtp) in memstat_get_rsize()
265 memstat_get_memalloced(const struct memory_type *mtp) in memstat_get_memalloced()
272 memstat_get_memfreed(const struct memory_type *mtp) in memstat_get_memfreed()
279 memstat_get_numallocs(const struct memory_type *mtp) in memstat_get_numallocs()
286 memstat_get_numfrees(const struct memory_type *mtp) in memstat_get_numfrees()
293 memstat_get_bytes(const struct memory_type *mtp) in memstat_get_bytes()
300 memstat_get_count(const struct memory_type *mtp) in memstat_get_count()
307 memstat_get_free(const struct memory_type *mtp) in memstat_get_free()
314 memstat_get_failures(const struct memory_type *mtp) in memstat_get_failures()
321 memstat_get_sleeps(const struct memory_type *mtp) in memstat_get_sleeps()
328 memstat_get_xdomain(const struct memory_type *mtp) in memstat_get_xdomain()
335 memstat_get_caller_pointer(const struct memory_type *mtp, int index) in memstat_get_caller_pointer()
342 memstat_set_caller_pointer(struct memory_type *mtp, int index, void *value) in memstat_set_caller_pointer()
349 memstat_get_caller_uint64(const struct memory_type *mtp, int index) in memstat_get_caller_uint64()
356 memstat_set_caller_uint64(struct memory_type *mtp, int index, uint64_t value) in memstat_set_caller_uint64()
363 memstat_get_zonefree(const struct memory_type *mtp) in memstat_get_zonefree()
370 memstat_get_kegfree(const struct memory_type *mtp) in memstat_get_kegfree()
377 memstat_get_percpu_memalloced(const struct memory_type *mtp, int cpu) in memstat_get_percpu_memalloced()
384 memstat_get_percpu_memfreed(const struct memory_type *mtp, int cpu) in memstat_get_percpu_memfreed()
391 memstat_get_percpu_numallocs(const struct memory_type *mtp, int cpu) in memstat_get_percpu_numallocs()
398 memstat_get_percpu_numfrees(const struct memory_type *mtp, int cpu) in memstat_get_percpu_numfrees()
405 memstat_get_percpu_sizemask(const struct memory_type *mtp, int cpu) in memstat_get_percpu_sizemask()
412 memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu, in memstat_get_percpu_caller_pointer()
420 memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu, in memstat_set_percpu_caller_pointer()
428 memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu, in memstat_get_percpu_caller_uint64()
436 memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index, in memstat_set_percpu_caller_uint64()
444 memstat_get_percpu_free(const struct memory_type *mtp, int cpu) in memstat_get_percpu_free()