Symbol: memory_type
lib/libmemstat/memstat.c
128
struct memory_type *
lib/libmemstat/memstat.c
132
struct memory_type *mtp;
lib/libmemstat/memstat.c
149
struct memory_type *
lib/libmemstat/memstat.c
153
struct memory_type *mtp;
lib/libmemstat/memstat.c
179
_memstat_mt_reset_stats(struct memory_type *mtp, int maxcpus)
lib/libmemstat/memstat.c
216
memstat_get_name(const struct memory_type *mtp)
lib/libmemstat/memstat.c
223
memstat_get_allocator(const struct memory_type *mtp)
lib/libmemstat/memstat.c
230
memstat_get_countlimit(const struct memory_type *mtp)
lib/libmemstat/memstat.c
237
memstat_get_byteslimit(const struct memory_type *mtp)
lib/libmemstat/memstat.c
244
memstat_get_sizemask(const struct memory_type *mtp)
lib/libmemstat/memstat.c
251
memstat_get_size(const struct memory_type *mtp)
lib/libmemstat/memstat.c
258
memstat_get_rsize(const struct memory_type *mtp)
lib/libmemstat/memstat.c
265
memstat_get_memalloced(const struct memory_type *mtp)
lib/libmemstat/memstat.c
272
memstat_get_memfreed(const struct memory_type *mtp)
lib/libmemstat/memstat.c
279
memstat_get_numallocs(const struct memory_type *mtp)
lib/libmemstat/memstat.c
286
memstat_get_numfrees(const struct memory_type *mtp)
lib/libmemstat/memstat.c
293
memstat_get_bytes(const struct memory_type *mtp)
lib/libmemstat/memstat.c
300
memstat_get_count(const struct memory_type *mtp)
lib/libmemstat/memstat.c
307
memstat_get_free(const struct memory_type *mtp)
lib/libmemstat/memstat.c
314
memstat_get_failures(const struct memory_type *mtp)
lib/libmemstat/memstat.c
321
memstat_get_sleeps(const struct memory_type *mtp)
lib/libmemstat/memstat.c
328
memstat_get_xdomain(const struct memory_type *mtp)
lib/libmemstat/memstat.c
335
memstat_get_caller_pointer(const struct memory_type *mtp, int index)
lib/libmemstat/memstat.c
342
memstat_set_caller_pointer(struct memory_type *mtp, int index, void *value)
lib/libmemstat/memstat.c
349
memstat_get_caller_uint64(const struct memory_type *mtp, int index)
lib/libmemstat/memstat.c
356
memstat_set_caller_uint64(struct memory_type *mtp, int index, uint64_t value)
lib/libmemstat/memstat.c
363
memstat_get_zonefree(const struct memory_type *mtp)
lib/libmemstat/memstat.c
370
memstat_get_kegfree(const struct memory_type *mtp)
lib/libmemstat/memstat.c
377
memstat_get_percpu_memalloced(const struct memory_type *mtp, int cpu)
lib/libmemstat/memstat.c
384
memstat_get_percpu_memfreed(const struct memory_type *mtp, int cpu)
lib/libmemstat/memstat.c
391
memstat_get_percpu_numallocs(const struct memory_type *mtp, int cpu)
lib/libmemstat/memstat.c
398
memstat_get_percpu_numfrees(const struct memory_type *mtp, int cpu)
lib/libmemstat/memstat.c
405
memstat_get_percpu_sizemask(const struct memory_type *mtp, int cpu)
lib/libmemstat/memstat.c
412
memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu,
lib/libmemstat/memstat.c
420
memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu,
lib/libmemstat/memstat.c
428
memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu,
lib/libmemstat/memstat.c
436
memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index,
lib/libmemstat/memstat.c
444
memstat_get_percpu_free(const struct memory_type *mtp, int cpu)
lib/libmemstat/memstat.c
81
struct memory_type *
lib/libmemstat/memstat.c
88
struct memory_type *
lib/libmemstat/memstat.c
89
memstat_mtl_next(struct memory_type *mtp)
lib/libmemstat/memstat.c
98
struct memory_type *mtp;
lib/libmemstat/memstat.h
123
int memstat_malloc_zone_used(const struct memory_type *mtp, size_t n);
lib/libmemstat/memstat.h
128
const char *memstat_get_name(const struct memory_type *mtp);
lib/libmemstat/memstat.h
129
int memstat_get_allocator(const struct memory_type *mtp);
lib/libmemstat/memstat.h
130
uint64_t memstat_get_countlimit(const struct memory_type *mtp);
lib/libmemstat/memstat.h
131
uint64_t memstat_get_byteslimit(const struct memory_type *mtp);
lib/libmemstat/memstat.h
132
uint64_t memstat_get_sizemask(const struct memory_type *mtp);
lib/libmemstat/memstat.h
133
uint64_t memstat_get_size(const struct memory_type *mtp);
lib/libmemstat/memstat.h
134
uint64_t memstat_get_rsize(const struct memory_type *mtp);
lib/libmemstat/memstat.h
135
uint64_t memstat_get_memalloced(const struct memory_type *mtp);
lib/libmemstat/memstat.h
136
uint64_t memstat_get_memfreed(const struct memory_type *mtp);
lib/libmemstat/memstat.h
137
uint64_t memstat_get_numallocs(const struct memory_type *mtp);
lib/libmemstat/memstat.h
138
uint64_t memstat_get_numfrees(const struct memory_type *mtp);
lib/libmemstat/memstat.h
139
uint64_t memstat_get_bytes(const struct memory_type *mtp);
lib/libmemstat/memstat.h
140
uint64_t memstat_get_count(const struct memory_type *mtp);
lib/libmemstat/memstat.h
141
uint64_t memstat_get_free(const struct memory_type *mtp);
lib/libmemstat/memstat.h
142
uint64_t memstat_get_failures(const struct memory_type *mtp);
lib/libmemstat/memstat.h
143
uint64_t memstat_get_sleeps(const struct memory_type *mtp);
lib/libmemstat/memstat.h
144
uint64_t memstat_get_xdomain(const struct memory_type *mtp);
lib/libmemstat/memstat.h
145
void *memstat_get_caller_pointer(const struct memory_type *mtp,
lib/libmemstat/memstat.h
147
void memstat_set_caller_pointer(struct memory_type *mtp,
lib/libmemstat/memstat.h
149
uint64_t memstat_get_caller_uint64(const struct memory_type *mtp,
lib/libmemstat/memstat.h
151
void memstat_set_caller_uint64(struct memory_type *mtp, int index,
lib/libmemstat/memstat.h
153
uint64_t memstat_get_zonefree(const struct memory_type *mtp);
lib/libmemstat/memstat.h
154
uint64_t memstat_get_kegfree(const struct memory_type *mtp);
lib/libmemstat/memstat.h
155
uint64_t memstat_get_percpu_memalloced(const struct memory_type *mtp,
lib/libmemstat/memstat.h
157
uint64_t memstat_get_percpu_memfreed(const struct memory_type *mtp,
lib/libmemstat/memstat.h
159
uint64_t memstat_get_percpu_numallocs(const struct memory_type *mtp,
lib/libmemstat/memstat.h
161
uint64_t memstat_get_percpu_numfrees(const struct memory_type *mtp,
lib/libmemstat/memstat.h
163
uint64_t memstat_get_percpu_sizemask(const struct memory_type *mtp,
lib/libmemstat/memstat.h
166
const struct memory_type *mtp, int cpu, int index);
lib/libmemstat/memstat.h
167
void memstat_set_percpu_caller_pointer(struct memory_type *mtp,
lib/libmemstat/memstat.h
170
const struct memory_type *mtp, int cpu, int index);
lib/libmemstat/memstat.h
171
void memstat_set_percpu_caller_uint64(struct memory_type *mtp,
lib/libmemstat/memstat.h
173
uint64_t memstat_get_percpu_free(const struct memory_type *mtp,
lib/libmemstat/memstat.h
79
struct memory_type;
lib/libmemstat/memstat.h
97
struct memory_type *memstat_mtl_first(struct memory_type_list *list);
lib/libmemstat/memstat.h
98
struct memory_type *memstat_mtl_next(struct memory_type *mtp);
lib/libmemstat/memstat.h
99
struct memory_type *memstat_mtl_find(struct memory_type_list *list,
lib/libmemstat/memstat_internal.h
111
LIST_ENTRY(memory_type) mt_list; /* List of types. */
lib/libmemstat/memstat_internal.h
118
LIST_HEAD(, memory_type) mtl_list;
lib/libmemstat/memstat_internal.h
123
struct memory_type *_memstat_mt_allocate(struct memory_type_list *list,
lib/libmemstat/memstat_internal.h
125
void _memstat_mt_reset_stats(struct memory_type *mtp,
lib/libmemstat/memstat_malloc.c
312
struct memory_type *mtp;
lib/libmemstat/memstat_malloc.c
536
memstat_malloc_zone_used(const struct memory_type *mtp, size_t n)
lib/libmemstat/memstat_malloc.c
82
struct memory_type *mtp;
lib/libmemstat/memstat_uma.c
312
struct memory_type *mtp;
lib/libmemstat/memstat_uma.c
82
struct memory_type *mtp;
usr.bin/netstat/mbuf.c
63
struct memory_type *mtp;
usr.bin/vmstat/vmstat.c
1336
struct memory_type *mtp;
usr.bin/vmstat/vmstat.c
1403
struct memory_type *mtp;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
292
struct memory_type *mt_item;