Searched refs:ks_next (Results 1 – 6 of 6) sorted by relevance
842 mtp->ks_next = kmemstatistics; in malloc_init()868 temp = temp->ks_next) { in malloc_uninit()869 if (temp->ks_next == mtp) { in malloc_uninit()870 temp->ks_next = mtp->ks_next; in malloc_uninit()877 kmemstatistics = mtp->ks_next; in malloc_uninit()908 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in malloc_desc2type()944 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in sysctl_kern_malloc_stats()998 for (mtp = kmemstatistics, i = 0; mtp != NULL; mtp = mtp->ks_next, i++) in malloc_type_list()1020 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in DB_SHOW_COMMAND()1061 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in DB_SHOW_COMMAND()
39 STAILQ_ENTRY(kinfo_str) ks_next;
653 STAILQ_REMOVE_HEAD(&kinfo[i].ki_ks, ks_next); in main()1197 STAILQ_INSERT_TAIL(&ki->ki_ks, ks, ks_next); in format_output()
106 struct malloc_type *ks_next; /* Next in global chain. */ member
118 for (ksp = kc->kc_chain; ksp; ksp = ksp->ks_next) { in fake_up_certain_popular_kernel_symbols()
327 for (typep = kmemstatistics; typep != NULL; typep = type.ks_next) { in memstat_kvm_malloc()