Home
last modified time | relevance | path

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

/freebsd/lib/libmemstat/
H A Dmemstat.h79 struct memory_type;
97 struct memory_type *memstat_mtl_first(struct memory_type_list *list);
98 struct memory_type *memstat_mtl_next(struct memory_type *mtp);
99 struct memory_type *memstat_mtl_find(struct memory_type_list *list,
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);
[all …]
H A Dmemstat.c81 struct memory_type *
88 struct memory_type *
89 memstat_mtl_next(struct memory_type *mtp) in memstat_mtl_next()
98 struct memory_type *mtp; in _memstat_mtl_empty()
128 struct memory_type *
132 struct memory_type *mtp; in memstat_mtl_find()
149 struct memory_type *
153 struct memory_type *mtp; in _memstat_mt_allocate()
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()
[all …]
H A Dmemstat_internal.h39 struct memory_type { struct
111 LIST_ENTRY(memory_type) mt_list; /* List of types. */ argument
118 LIST_HEAD(, memory_type) mtl_list;
123 struct memory_type *_memstat_mt_allocate(struct memory_type_list *list,
125 void _memstat_mt_reset_stats(struct memory_type *mtp,
H A Dmemstat_malloc.c82 struct memory_type *mtp; in memstat_sysctl_malloc()
312 struct memory_type *mtp; in memstat_kvm_malloc()
536 memstat_malloc_zone_used(const struct memory_type *mtp, size_t n) in memstat_malloc_zone_used()
H A Dmemstat_uma.c82 struct memory_type *mtp; in memstat_sysctl_uma()
312 struct memory_type *mtp; in memstat_kvm_uma()
/freebsd/usr.bin/netstat/
H A Dmbuf.c63 struct memory_type *mtp; in mbpr()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c292 struct memory_type *mt_item; in storage_OS_get_memstat()
/freebsd/usr.bin/vmstat/
H A Dvmstat.c1336 struct memory_type *mtp; in domemstat_malloc()
1403 struct memory_type *mtp; in domemstat_zone()