Searched refs:M_SMP (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/ia64/ia64/
H A Dmp_machdep.c68 MALLOC_DEFINE(M_SMP, "SMP", "SMP related allocations");
305 pc = (struct pcpu *)malloc(sizeof(*pc), M_SMP, M_WAITOK);
388 stp = malloc(KSTACK_PAGES * PAGE_SIZE, M_SMP, M_WAITOK);
H A Dpmap.c263 MALLOC_DECLARE(M_SMP); variable
272 vhpt = (uintptr_t)contigmalloc(size, M_SMP, 0, 0UL, ~0UL, size, 0UL);

Completed in 53 milliseconds