Searched refs:pset_info (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | pset.h | 60 extern int pset_info(psetid_t, int *, uint_t *, processorid_t *);
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | psetsys.c | 64 pset_info(psetid_t pset, int *type, uint_t *numcpus, processorid_t *cpulist) in pset_info() function
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | pool_rcm.c | 147 if (pset_info(psetid, NULL, &num_cpus, NULL) != 0) { in pool_check_pset() 158 if (pset_info(psetid, NULL, &num_cpus, cpulist) != 0) { in pool_check_pset()
|
/titanic_41/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 296 if (pset_info(g_pset, NULL, &g_pset_ncpus, g_pset_cpus) == -1) in select_pset() 315 if (pset_info(g_pset, NULL, &ncpus, g_pset_cpus) == -1) { in check_pset()
|
/titanic_41/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 326 if (pset_info(PS_MYID, NULL, &ncpus, NULL) == -1) in prune_tree() 332 if (pset_info(PS_MYID, NULL, &ncpus, cpus) == -1) { in prune_tree()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | pset.c | 178 pset_info(psetid_t pset, int *typep, uint_t *numcpusp, in pset_info() function 854 return (pset_info((psetid_t)arg1, (int *)arg2, in pset()
|
/titanic_41/usr/src/cmd/psrset/ |
H A D | psrset.c | 370 if (pset_info(pset, &type, &numcpus, cpus) != 0) { in do_info() 405 if (pset_info(pset, NULL, &numcpus, cpus) != 0) { in do_intr()
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 108 pset_info.2 \
|
/titanic_41/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 464 if (pset_info(g_pset, NULL, &g_pset_ncpus, g_pset_cpus) == -1) in select_pset() 486 if (pset_info(g_pset, NULL, &ncpus, g_pset_cpus) == -1) { in check_pset()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 103 file path=usr/share/man/man2/pset_info.2
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1324 pset_info;
|
H A D | llib-lc | 1384 int pset_info(psetid_t pset, int *type, u_int *numcpus, processorid_t *cpulist);
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1691 ret = pset_info(psetid, &type, &num, in zsd_get_pool_pset()
|