Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dpghw.c294 pg->pghw_cpulist_len); in pghw_cmt_fini()
623 pg->pghw_cpulist, pg->pghw_cpulist_len, cpu2id); in pghw_cu_kstat_update()
683 if (len <= pg->pghw_cpulist_len) { in pghw_cpulist_alloc()
695 ASSERT(strlen(pg->pghw_cpulist) < pg->pghw_cpulist_len); in pghw_cpulist_alloc()
696 kmem_free(pg->pghw_cpulist, pg->pghw_cpulist_len); in pghw_cpulist_alloc()
698 pg->pghw_cpulist_len = 0; in pghw_cpulist_alloc()
714 pg->pghw_cpulist_len = len; in pghw_cpulist_alloc()
/titanic_44/usr/src/uts/common/sys/
H A Dpghw.h131 size_t pghw_cpulist_len; /* length of the list */ member