Lines Matching defs:mtp

95 memstat_mtl_next(struct memory_type *mtp)  in memstat_mtl_next()
104 struct memory_type *mtp; in _memstat_mtl_empty() local
138 struct memory_type *mtp; in memstat_mtl_find() local
159 struct memory_type *mtp; in _memstat_mt_allocate() local
185 _memstat_mt_reset_stats(struct memory_type *mtp, int maxcpus) in _memstat_mt_reset_stats()
222 memstat_get_name(const struct memory_type *mtp) in memstat_get_name()
229 memstat_get_allocator(const struct memory_type *mtp) in memstat_get_allocator()
236 memstat_get_countlimit(const struct memory_type *mtp) in memstat_get_countlimit()
243 memstat_get_byteslimit(const struct memory_type *mtp) in memstat_get_byteslimit()
250 memstat_get_sizemask(const struct memory_type *mtp) in memstat_get_sizemask()
257 memstat_get_size(const struct memory_type *mtp) in memstat_get_size()
264 memstat_get_rsize(const struct memory_type *mtp) in memstat_get_rsize()
271 memstat_get_memalloced(const struct memory_type *mtp) in memstat_get_memalloced()
278 memstat_get_memfreed(const struct memory_type *mtp) in memstat_get_memfreed()
285 memstat_get_numallocs(const struct memory_type *mtp) in memstat_get_numallocs()
292 memstat_get_numfrees(const struct memory_type *mtp) in memstat_get_numfrees()
299 memstat_get_bytes(const struct memory_type *mtp) in memstat_get_bytes()
306 memstat_get_count(const struct memory_type *mtp) in memstat_get_count()
313 memstat_get_free(const struct memory_type *mtp) in memstat_get_free()
320 memstat_get_failures(const struct memory_type *mtp) in memstat_get_failures()
327 memstat_get_sleeps(const struct memory_type *mtp) in memstat_get_sleeps()
334 memstat_get_xdomain(const struct memory_type *mtp) in memstat_get_xdomain()
341 memstat_get_caller_pointer(const struct memory_type *mtp, int index) in memstat_get_caller_pointer()
348 memstat_set_caller_pointer(struct memory_type *mtp, int index, void *value) in memstat_set_caller_pointer()
355 memstat_get_caller_uint64(const struct memory_type *mtp, int index) in memstat_get_caller_uint64()
362 memstat_set_caller_uint64(struct memory_type *mtp, int index, uint64_t value) in memstat_set_caller_uint64()
369 memstat_get_zonefree(const struct memory_type *mtp) in memstat_get_zonefree()
376 memstat_get_kegfree(const struct memory_type *mtp) in memstat_get_kegfree()
383 memstat_get_percpu_memalloced(const struct memory_type *mtp, int cpu) in memstat_get_percpu_memalloced()
390 memstat_get_percpu_memfreed(const struct memory_type *mtp, int cpu) in memstat_get_percpu_memfreed()
397 memstat_get_percpu_numallocs(const struct memory_type *mtp, int cpu) in memstat_get_percpu_numallocs()
404 memstat_get_percpu_numfrees(const struct memory_type *mtp, int cpu) in memstat_get_percpu_numfrees()
411 memstat_get_percpu_sizemask(const struct memory_type *mtp, int cpu) in memstat_get_percpu_sizemask()
418 memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu, in memstat_get_percpu_caller_pointer()
426 memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu, in memstat_set_percpu_caller_pointer()
434 memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu, in memstat_get_percpu_caller_uint64()
442 memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index, in memstat_set_percpu_caller_uint64()
450 memstat_get_percpu_free(const struct memory_type *mtp, int cpu) in memstat_get_percpu_free()