Searched refs:mtsh (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c926 struct malloc_type_stream_header mtsh; local
943 bzero(&mtsh, sizeof(mtsh));
944 mtsh.mtsh_version = MALLOC_TYPE_STREAM_VERSION;
945 mtsh.mtsh_maxcpus = MAXCPU;
946 mtsh.mtsh_count = kmemcount;
947 (void)sbuf_bcat(&sbuf, &mtsh, sizeof(mtsh));

Completed in 137 milliseconds