Searched refs:memory_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/lib/libmemstat/
H A Dmemstat.h73 * Forward declare struct memory_type, which holds per-type properties and
79 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,
119 * Accessor methods for struct memory_type.
121 const char *memstat_get_name(const struct memory_type *mtp);
122 int memstat_get_allocator(const struct memory_type *mtp);
123 uint64_t memstat_get_countlimit(const struct memory_type *mt
[all...]
H A Dmemstat.c80 struct memory_type *
87 struct memory_type *
88 memstat_mtl_next(struct memory_type *mtp)
97 struct memory_type *mtp;
123 * Look for an existing memory_type entry in a memory_type list, based on the
127 struct memory_type *
131 struct memory_type *mtp;
143 * Allocate a new memory_type with the specificed allocator type and name,
148 struct memory_type *
[all...]
H A Dmemstat_internal.h36 * kernel. A struct memory_type will describe each type supported by an
37 * allocator. memory_type structures can be chained into lists.
39 struct memory_type { struct
109 LIST_ENTRY(memory_type) mt_list; /* List of types. */
116 LIST_HEAD(, memory_type) mtl_list;
121 struct memory_type *_memstat_mt_allocate(struct memory_type_list *list,
123 void _memstat_mt_reset_stats(struct memory_type *mtp,
H A Dmemstat_malloc.c71 struct memory_type *mtp;
283 struct memory_type *mtp;
H A Dmemstat_uma.c80 struct memory_type *mtp;
299 struct memory_type *mtp;
/freebsd-10.1-release/usr.bin/netstat/
H A Dmbuf.c69 struct memory_type *mtp;
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c294 struct memory_type *mt_item;
/freebsd-10.1-release/usr.bin/vmstat/
H A Dvmstat.c1208 struct memory_type *mtp;
1262 struct memory_type *mtp;
/freebsd-10.1-release/sys/dev/mly/
H A Dmlyreg.h589 u_int8_t memory_type:5; member in struct:mly_ioctl_getcontrollerinfo
H A Dmly.c2497 mly_describe_code(mly_table_memorytype, mi->memory_type),

Completed in 187 milliseconds