Lines Matching full:mtp

45 .Fn memstat_mtl_next "struct memory_type *mtp"
69 .Fn memstat_get_name "const struct memory_type *mtp"
71 .Fn memstat_get_allocator "const struct memory_type *mtp"
73 .Fn memstat_get_countlimit "const struct memory_type *mtp"
75 .Fn memstat_get_byteslimit "const struct memory_type *mtp"
77 .Fn memstat_get_sizemask "const struct memory_type *mtp"
79 .Fn memstat_get_size "const struct memory_type *mtp"
81 .Fn memstat_get_rsize "const struct memory_type *mtp"
83 .Fn memstat_get_memalloced "const struct memory_type *mtp"
85 .Fn memstat_get_memfreed "const struct memory_type *mtp"
87 .Fn memstat_get_numallocs "const struct memory_type *mtp"
89 .Fn memstat_get_numfrees "const struct memory_type *mtp"
91 .Fn memstat_get_bytes "const struct memory_type *mtp"
93 .Fn memstat_get_count "const struct memory_type *mtp"
95 .Fn memstat_get_free "const struct memory_type *mtp"
97 .Fn memstat_get_failures "const struct memory_type *mtp"
99 .Fn memstat_get_caller_pointer "const struct memory_type *mtp" "int index"
102 .Fa "struct memory_type *mtp" "int index" "void *value"
105 .Fn memstat_get_caller_uint64 "const struct memory_type *mtp" "int index"
108 .Fa "struct memory_type *mtp" "int index" "uint64_t value"
111 .Fn memstat_get_zonefree "const struct memory_type *mtp"
113 .Fn memstat_get_kegfree "const struct memory_type *mtp"
115 .Fn memstat_get_percpu_memalloced "const struct memory_type *mtp" "int cpu"
117 .Fn memstat_get_percpu_memfreed "const struct memory_type *mtp" "int cpu"
119 .Fn memstat_get_percpu_numallocs "const struct memory_type *mtp" "int cpu"
121 .Fn memstat_get_percpu_numfrees "const struct memory_type *mtp" "int cpu"
123 .Fn memstat_get_percpu_sizemask "const struct memory_type *mtp" "int cpu"
126 .Fa "const struct memory_type *mtp" "int cpu" "int index"
130 .Fa "struct memory_type *mtp" "int cpu" "int index" "void *value"
134 .Fa "const struct memory_type *mtp" "int cpu" "int index"
138 .Fa "struct memory_type *mtp" "int cpu" "int index" "uint64_t value"
141 .Fn memstat_get_percpu_free "const struct memory_type *mtp" "int cpu"
458 struct memory_type *mtp;
467 if (mtp == NULL)
469 mbuf_count = memstat_get_count(mtp);