Searched refs:pghw_cpulist (Results 1 – 2 of 2) sorted by relevance
293 if (pg->pghw_cpulist != NULL) { in pghw_cmt_fini()294 kmem_free(pg->pghw_cpulist, in pghw_cmt_fini()296 pg->pghw_cpulist = NULL; in pghw_cmt_fini()621 if (pg->pghw_cpulist != NULL && in pghw_cu_kstat_update()622 *(pg->pghw_cpulist) == '\0') { in pghw_cu_kstat_update()624 pg->pghw_cpulist, pg->pghw_cpulist_len, cpu2id); in pghw_cu_kstat_update()634 if (pg->pghw_cpulist != NULL) in pghw_cu_kstat_update()635 kstat_named_setstr(&pgsp->pg_cpus, pg->pghw_cpulist); in pghw_cu_kstat_update()682 if (pg->pghw_cpulist != NULL && in pghw_cpulist_alloc()690 *(pg->pghw_cpulist) = '\0'; in pghw_cpulist_alloc()[all …]
130 char *pghw_cpulist; /* list of CPUs */ member