Home
last modified time | relevance | path

Searched refs:memory_type (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/libmemstat/
H A Dmemstat.h81 struct memory_type;
100 struct memory_type *memstat_mtl_next(struct memory_type *mtp);
131 int memstat_get_allocator(const struct memory_type *mtp);
135 uint64_t memstat_get_size(const struct memory_type *mtp);
136 uint64_t memstat_get_rsize(const struct memory_type *mtp);
141 uint64_t memstat_get_bytes(const struct memory_type *mtp);
142 uint64_t memstat_get_count(const struct memory_type *mtp);
143 uint64_t memstat_get_free(const struct memory_type *mtp);
149 void memstat_set_caller_pointer(struct memory_type *mtp,
168 const struct memory_type *mtp, int cpu, int index);
[all …]
H A Dmemstat.c87 struct memory_type *
94 struct memory_type *
95 memstat_mtl_next(struct memory_type *mtp) in memstat_mtl_next()
104 struct memory_type *mtp; in _memstat_mtl_empty()
134 struct memory_type *
138 struct memory_type *mtp; in memstat_mtl_find()
155 struct memory_type *
159 struct memory_type *mtp; in _memstat_mt_allocate()
222 memstat_get_name(const struct memory_type *mtp) in memstat_get_name()
257 memstat_get_size(const struct memory_type *mtp) in memstat_get_size()
[all …]
H A Dmemstat_internal.h41 struct memory_type { struct
113 LIST_ENTRY(memory_type) mt_list; /* List of types. */ argument
120 LIST_HEAD(, memory_type) mtl_list;
125 struct memory_type *_memstat_mt_allocate(struct memory_type_list *list,
127 void _memstat_mt_reset_stats(struct memory_type *mtp,
H A Dmemstat_malloc.c93 struct memory_type *mtp; in memstat_sysctl_malloc()
326 struct memory_type *mtp; in memstat_kvm_malloc()
550 memstat_malloc_zone_used(const struct memory_type *mtp, size_t n) in memstat_malloc_zone_used()
H A Dmemstat_uma.c90 struct memory_type *mtp; in memstat_sysctl_uma()
321 struct memory_type *mtp; in memstat_kvm_uma()
/f-stack/tools/netstat/
H A Dmbuf.c79 struct memory_type *mtp; in mbpr()