kmalloc_create
kmalloc_create(&pf_state_pl, "pf state pool list");
kmalloc_create(&pf_frent_pl, "pf fragment pool list");
kmalloc_create(&pf_cent_pl, "pf cent pool list");
void kmalloc_create(struct malloc_type **typep, const char *descr);
kmalloc_create(&hmp->m_misc, "HAMMER-others");
kmalloc_create(&hmp->m_inodes, "HAMMER-inodes");
kmalloc_create(&hmp->mmsg, "HAMMER2-msg");
kmalloc_create(&tmp->tm_name_zone, "tmpfs name zone");
kmalloc_create(&hmp->mmsg, "HAMMER2-msg");