Searched defs:mtp (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/libkern/
H A Dasprintf.c37 vasprintf(char **buf, struct malloc_type *mtp, const char *format, va_list va) argument
67 asprintf(char **buf, struct malloc_type *mtp, const char *format, ...) argument
/freebsd-13-stable/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c114 dtmalloc_type_cb(struct malloc_type *mtp, void *arg __unused) argument
/freebsd-13-stable/sys/dev/sfxge/common/
H A Dsiena_mcdi.c171 siena_mcdi_init( __in efx_nic_t *enp, __in const efx_mcdi_transport_t *mtp) argument
/freebsd-13-stable/lib/libmemstat/
H A Dmemstat.c91 memstat_mtl_next(struct memory_type *mtp) argument
100 struct memory_type *mtp; local
134 struct memory_type *mtp; local
155 struct memory_type *mtp; local
181 _memstat_mt_reset_stats(struct memory_type *mtp, int maxcpus) argument
218 memstat_get_name(const struct memory_type *mtp) argument
225 memstat_get_allocator(const struct memory_type *mtp) argument
232 memstat_get_countlimit(const struct memory_type *mtp) argument
239 memstat_get_byteslimit(const struct memory_type *mtp) argument
246 memstat_get_sizemask(const struct memory_type *mtp) argument
253 memstat_get_size(const struct memory_type *mtp) argument
260 memstat_get_rsize(const struct memory_type *mtp) argument
267 memstat_get_memalloced(const struct memory_type *mtp) argument
274 memstat_get_memfreed(const struct memory_type *mtp) argument
281 memstat_get_numallocs(const struct memory_type *mtp) argument
288 memstat_get_numfrees(const struct memory_type *mtp) argument
295 memstat_get_bytes(const struct memory_type *mtp) argument
302 memstat_get_count(const struct memory_type *mtp) argument
309 memstat_get_free(const struct memory_type *mtp) argument
316 memstat_get_failures(const struct memory_type *mtp) argument
323 memstat_get_sleeps(const struct memory_type *mtp) argument
330 memstat_get_xdomain(const struct memory_type *mtp) argument
337 memstat_get_caller_pointer(const struct memory_type *mtp, int index) argument
344 memstat_set_caller_pointer(struct memory_type *mtp, int index, void *value) argument
351 memstat_get_caller_uint64(const struct memory_type *mtp, int index) argument
358 memstat_set_caller_uint64(struct memory_type *mtp, int index, uint64_t value) argument
365 memstat_get_zonefree(const struct memory_type *mtp) argument
372 memstat_get_kegfree(const struct memory_type *mtp) argument
379 memstat_get_percpu_memalloced(const struct memory_type *mtp, int cpu) argument
386 memstat_get_percpu_memfreed(const struct memory_type *mtp, int cpu) argument
393 memstat_get_percpu_numallocs(const struct memory_type *mtp, int cpu) argument
400 memstat_get_percpu_numfrees(const struct memory_type *mtp, int cpu) argument
407 memstat_get_percpu_sizemask(const struct memory_type *mtp, int cpu) argument
414 memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu, int index) argument
422 memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu, int index, void *value) argument
430 memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu, int index) argument
438 memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index, uint64_t value) argument
446 memstat_get_percpu_free(const struct memory_type *mtp, int cpu) argument
[all...]
H A Dmemstat_malloc.c85 struct memory_type *mtp; local
315 struct memory_type *mtp; local
539 memstat_malloc_zone_used(const struct memory_type *mtp, size_t n) argument
[all...]
H A Dmemstat_uma.c82 struct memory_type *mtp; local
312 struct memory_type *mtp; local
[all...]
/freebsd-13-stable/sys/vm/
H A Dmemguard.c418 memguard_realloc(void *addr, unsigned long size, struct malloc_type *mtp, argument
459 memguard_cmp_mtp(struct malloc_type *mtp, unsigned long size) argument
/freebsd-13-stable/usr.bin/netstat/
H A Dmbuf.c73 struct memory_type *mtp; local
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_malloc.c325 mtp_set_subzone(struct malloc_type *mtp) argument
342 mtp_get_subzone(struct malloc_type *mtp) argument
357 mtp_set_subzone(struct malloc_type *mtp) argument
366 mtp_get_subzone(struct malloc_type *mtp) argument
380 malloc_type_zone_allocated(struct malloc_type *mtp, unsigned long size, argument
410 malloc_type_allocated(struct malloc_type *mtp, unsigned long size) argument
424 malloc_type_freed(struct malloc_type *mtp, unsigned long size) argument
501 malloc_dbg(caddr_t *vap, size_t *sizep, struct malloc_type *mtp, int flags) argument
586 malloc_large(size_t *size, struct malloc_type *mtp, struct domainset *policy, int flags DEBUG_REDZONE_ARG_DEF) argument
631 malloc(size_t size, struct malloc_type *mtp, int flags) argument
672 malloc_domain(size_t *sizep, int *indxp, struct malloc_type *mtp, int domain, int flags) argument
695 malloc_domainset(size_t size, struct malloc_type *mtp, struct domainset *ds, int flags) argument
738 malloc_exec(size_t size, struct malloc_type *mtp, int flags) argument
745 malloc_domainset_exec(size_t size, struct malloc_type *mtp, struct domainset *ds, int flags) argument
767 malloc_domainset_aligned(size_t size, size_t align, struct malloc_type *mtp, struct domainset *ds, int flags) argument
820 free_save_type(void *addr, struct malloc_type *mtp, u_long size) argument
841 free_dbg(void **addrp, struct malloc_type *mtp) argument
878 free(void *addr, struct malloc_type *mtp) argument
918 zfree(void *addr, struct malloc_type *mtp) argument
956 realloc(void *addr, size_t size, struct malloc_type *mtp, int flags) argument
1019 reallocf(void *addr, size_t size, struct malloc_type *mtp, int flags) argument
1217 struct malloc_type *mtp; local
1242 struct malloc_type *mtp, *temp; local
1290 struct malloc_type *mtp; local
1307 struct malloc_type *mtp; local
1373 struct malloc_type *mtp, **bufmtp; local
1432 struct malloc_type *mtp; local
1496 struct malloc_type *mtp; local
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dbhyverun.c448 struct mt_vmm_info *mtp; local
/freebsd-13-stable/usr.bin/vmstat/
H A Dvmstat.c1409 struct memory_type *mtp; local
1474 struct memory_type *mtp; local
[all...]

Completed in 145 milliseconds