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

/freebsd-11-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-11-stable/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c111 dtmalloc_type_cb(struct malloc_type *mtp, void *arg __unused) argument
/freebsd-11-stable/lib/libmemstat/
H A Dmemstat_malloc.c71 struct memory_type *mtp; local
283 struct memory_type *mtp; local
[all...]
H A Dmemstat.c88 memstat_mtl_next(struct memory_type *mtp) argument
97 struct memory_type *mtp; local
131 struct memory_type *mtp; local
152 struct memory_type *mtp; local
178 _memstat_mt_reset_stats(struct memory_type *mtp, int maxcpus) argument
215 memstat_get_name(const struct memory_type *mtp) argument
222 memstat_get_allocator(const struct memory_type *mtp) argument
229 memstat_get_countlimit(const struct memory_type *mtp) argument
236 memstat_get_byteslimit(const struct memory_type *mtp) argument
243 memstat_get_sizemask(const struct memory_type *mtp) argument
250 memstat_get_size(const struct memory_type *mtp) argument
257 memstat_get_rsize(const struct memory_type *mtp) argument
264 memstat_get_memalloced(const struct memory_type *mtp) argument
271 memstat_get_memfreed(const struct memory_type *mtp) argument
278 memstat_get_numallocs(const struct memory_type *mtp) argument
285 memstat_get_numfrees(const struct memory_type *mtp) argument
292 memstat_get_bytes(const struct memory_type *mtp) argument
299 memstat_get_count(const struct memory_type *mtp) argument
306 memstat_get_free(const struct memory_type *mtp) argument
313 memstat_get_failures(const struct memory_type *mtp) argument
320 memstat_get_sleeps(const struct memory_type *mtp) argument
327 memstat_get_caller_pointer(const struct memory_type *mtp, int index) argument
334 memstat_set_caller_pointer(struct memory_type *mtp, int index, void *value) argument
341 memstat_get_caller_uint64(const struct memory_type *mtp, int index) argument
348 memstat_set_caller_uint64(struct memory_type *mtp, int index, uint64_t value) argument
355 memstat_get_zonefree(const struct memory_type *mtp) argument
362 memstat_get_kegfree(const struct memory_type *mtp) argument
369 memstat_get_percpu_memalloced(const struct memory_type *mtp, int cpu) argument
376 memstat_get_percpu_memfreed(const struct memory_type *mtp, int cpu) argument
383 memstat_get_percpu_numallocs(const struct memory_type *mtp, int cpu) argument
390 memstat_get_percpu_numfrees(const struct memory_type *mtp, int cpu) argument
397 memstat_get_percpu_sizemask(const struct memory_type *mtp, int cpu) argument
404 memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu, int index) argument
412 memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu, int index, void *value) argument
420 memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu, int index) argument
428 memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index, uint64_t value) argument
436 memstat_get_percpu_free(const struct memory_type *mtp, int cpu) argument
[all...]
H A Dmemstat_uma.c80 struct memory_type *mtp; local
300 struct memory_type *mtp; local
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_mcdi.c168 siena_mcdi_init( __in efx_nic_t *enp, __in const efx_mcdi_transport_t *mtp) argument
/freebsd-11-stable/usr.bin/netstat/
H A Dmbuf.c71 struct memory_type *mtp; local
[all...]
/freebsd-11-stable/sys/vm/
H A Dmemguard.c431 memguard_realloc(void *addr, unsigned long size, struct malloc_type *mtp, argument
472 memguard_cmp_mtp(struct malloc_type *mtp, unsigned long size) argument
/freebsd-11-stable/contrib/amd/amq/
H A Damq.c793 amq_mount_tree_p *mtp = amqproc_mnttree_1(&fs, clnt); local
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c322 malloc_type_zone_allocated(struct malloc_type *mtp, unsigned long size, argument
352 malloc_type_allocated(struct malloc_type *mtp, unsigned long size) argument
366 malloc_type_freed(struct malloc_type *mtp, unsigned long size) argument
436 malloc(unsigned long size, struct malloc_type *mtp, int flags) argument
548 free(void *addr, struct malloc_type *mtp) argument
611 realloc(void *addr, unsigned long size, struct malloc_type *mtp, int flags) argument
672 reallocf(void *addr, unsigned long size, struct malloc_type *mtp, int flags) argument
837 struct malloc_type *mtp; local
861 struct malloc_type *mtp, *temp; local
913 struct malloc_type *mtp; local
929 struct malloc_type *mtp; local
986 struct malloc_type *mtp, **bufmtp; local
1021 struct malloc_type *mtp; local
1052 struct malloc_type *mtp; local
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c450 struct mt_vmm_info *mtp; local
/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c1382 struct memory_type *mtp; local
1446 struct memory_type *mtp; local
[all...]

Completed in 180 milliseconds