Searched refs:pghw_cpulist (Results 1 – 2 of 2) sorted by relevance
292 if (pg->pghw_cpulist != NULL) { in pghw_cmt_fini()293 kmem_free(pg->pghw_cpulist, in pghw_cmt_fini()295 pg->pghw_cpulist = NULL; in pghw_cmt_fini()620 if (pg->pghw_cpulist != NULL && in pghw_cu_kstat_update()621 *(pg->pghw_cpulist) == '\0') { in pghw_cu_kstat_update()623 pg->pghw_cpulist, pg->pghw_cpulist_len, cpu2id); in pghw_cu_kstat_update()633 if (pg->pghw_cpulist != NULL) in pghw_cu_kstat_update()634 kstat_named_setstr(&pgsp->pg_cpus, pg->pghw_cpulist); in pghw_cu_kstat_update()681 if (pg->pghw_cpulist != NULL && in pghw_cpulist_alloc()689 *(pg->pghw_cpulist) = '\0'; in pghw_cpulist_alloc()[all …]
130 char *pghw_cpulist; /* list of CPUs */ member