Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dpghw.c292 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 …]
/titanic_44/usr/src/uts/common/sys/
H A Dpghw.h130 char *pghw_cpulist; /* list of CPUs */ member