Home
last modified time | relevance | path

Searched refs:pghw_cpulist_len (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpghw.c295 pg->pghw_cpulist_len); in pghw_cmt_fini()
624 pg->pghw_cpulist, pg->pghw_cpulist_len, cpu2id); in pghw_cu_kstat_update()
684 if (len <= pg->pghw_cpulist_len) { in pghw_cpulist_alloc()
696 ASSERT(strlen(pg->pghw_cpulist) < pg->pghw_cpulist_len); in pghw_cpulist_alloc()
697 kmem_free(pg->pghw_cpulist, pg->pghw_cpulist_len); in pghw_cpulist_alloc()
699 pg->pghw_cpulist_len = 0; in pghw_cpulist_alloc()
715 pg->pghw_cpulist_len = len; in pghw_cpulist_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dpghw.h131 size_t pghw_cpulist_len; /* length of the list */ member