Home
last modified time | relevance | path

Searched refs:cpu_physid_t (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/uts/common/os/
H A Dpghw.c375 cp->cpu_physid = kmem_alloc(sizeof (cpu_physid_t), KM_SLEEP); in pghw_physid_create()
377 for (i = 0; i < (sizeof (cpu_physid_t) / sizeof (id_t)); i++) { in pghw_physid_create()
386 kmem_free(cp->cpu_physid, sizeof (cpu_physid_t)); in pghw_physid_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dpghw.h146 } cpu_physid_t; typedef