Searched refs:pghw_cpulist_len (Results 1 – 2 of 2) sorted by relevance
294 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()
131 size_t pghw_cpulist_len; /* length of the list */ member