• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/lib/libmemstat/

Lines Matching refs:uint64_t

125 uint64_t	 memstat_get_countlimit(const struct memory_type *mtp);
126 uint64_t memstat_get_byteslimit(const struct memory_type *mtp);
127 uint64_t memstat_get_sizemask(const struct memory_type *mtp);
128 uint64_t memstat_get_size(const struct memory_type *mtp);
129 uint64_t memstat_get_rsize(const struct memory_type *mtp);
130 uint64_t memstat_get_memalloced(const struct memory_type *mtp);
131 uint64_t memstat_get_memfreed(const struct memory_type *mtp);
132 uint64_t memstat_get_numallocs(const struct memory_type *mtp);
133 uint64_t memstat_get_numfrees(const struct memory_type *mtp);
134 uint64_t memstat_get_bytes(const struct memory_type *mtp);
135 uint64_t memstat_get_count(const struct memory_type *mtp);
136 uint64_t memstat_get_free(const struct memory_type *mtp);
137 uint64_t memstat_get_failures(const struct memory_type *mtp);
138 uint64_t memstat_get_sleeps(const struct memory_type *mtp);
143 uint64_t memstat_get_caller_uint64(const struct memory_type *mtp,
146 uint64_t value);
147 uint64_t memstat_get_zonefree(const struct memory_type *mtp);
148 uint64_t memstat_get_kegfree(const struct memory_type *mtp);
149 uint64_t memstat_get_percpu_memalloced(const struct memory_type *mtp,
151 uint64_t memstat_get_percpu_memfreed(const struct memory_type *mtp,
153 uint64_t memstat_get_percpu_numallocs(const struct memory_type *mtp,
155 uint64_t memstat_get_percpu_numfrees(const struct memory_type *mtp,
157 uint64_t memstat_get_percpu_sizemask(const struct memory_type *mtp,
163 uint64_t memstat_get_percpu_caller_uint64(
166 int cpu, int index, uint64_t value);
167 uint64_t memstat_get_percpu_free(const struct memory_type *mtp,