Home
last modified time | relevance | path

Searched refs:ks_next (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_malloc.c1220 mtp->ks_next = kmemstatistics; in malloc_init()
1243 temp = temp->ks_next) { in malloc_uninit()
1244 if (temp->ks_next == mtp) { in malloc_uninit()
1245 temp->ks_next = mtp->ks_next; in malloc_uninit()
1252 kmemstatistics = mtp->ks_next; in malloc_uninit()
1282 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in malloc_desc2type()
1321 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in sysctl_kern_malloc_stats()
1382 for (mtp = kmemstatistics, i = 0; mtp != NULL; mtp = mtp->ks_next, i++) in malloc_type_list()
1447 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in DB_SHOW_COMMAND()
1502 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in DB_SHOW_COMMAND()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h73 struct kstat *ks_next; /* kstat chain linkage */ member
104 caddr32_t ks_next; /* struct kstat pointer */ member
/f-stack/freebsd/sys/
H A Dmalloc.h117 struct malloc_type *ks_next; /* Next in global chain. */ member
147 .ks_next = NULL, \
/f-stack/tools/compat/include/sys/
H A Dmalloc.h110 struct malloc_type *ks_next; /* Next in global chain. */ member
/f-stack/tools/libmemstat/
H A Dmemstat_malloc.c372 for (typep = kmemstatistics; typep != NULL; typep = type.ks_next) { in memstat_kvm_malloc()