/titanic_44/usr/src/cmd/psrset/ |
H A D | psrset.c | 142 case PS_NONE: in bind_err() 177 if (old == PS_NONE) { in assign_out() 178 if (new == PS_NONE) in assign_out() 185 if (new == PS_NONE) in assign_out() 211 if (pset == PS_NONE) in query_out() 246 if (pset == PS_NONE) in print_out() 269 if (old == PS_NONE) { in bind_out() 270 if (new == PS_NONE) in bind_out() 277 if (new == PS_NONE) in bind_out() 316 case PS_NONE: in do_cpu() [all …]
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | pset.c | 222 if (pset == PS_NONE) in pset_info() 223 pset_type = PS_NONE; in pset_info() 278 if (*oldpset == PS_NONE && pset == PS_NONE) in pset_bind_thread() 306 *oldpset = PS_NONE; in pset_bind_process() 436 (idtype == P_ALL && tp->t_bind_pset == PS_NONE)) in pset_unbind() 438 rval = pset_bind_thread(tp, PS_NONE, &olbind, in pset_unbind() 563 } else if (pset != PS_NONE && secpolicy_pbind(CRED()) != 0) { in pset_bind() 670 if (id == P_MYID || pset != PS_NONE || !INGLOBALZONE(curproc)) { in pset_bind() 678 if (id == P_MYID || pset != PS_NONE || !INGLOBALZONE(curproc)) { in pset_bind() 682 error = pset_unbind(PS_NONE, projbuf, zonebuf, idtype); in pset_bind() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | pool_pset.c | 192 pool_pset_default->pset_id = PS_NONE; in pool_pset_init() 247 global_zone->zone_psetid = PS_NONE; in pool_pset_enable() 252 pool_pset_visibility_add(PS_NONE, global_zone); in pool_pset_enable() 256 pool_pset_visibility_remove(PS_NONE, NULL); in pool_pset_enable() 257 error = zone_walk(pool_pset_zone_pset_set, (void *)PS_NONE); in pool_pset_enable() 271 (void) nvlist_add_int64(props, "pset.sys_id", PS_NONE); in pool_pset_enable() 319 pool_pset_visibility_add(PS_NONE, NULL); in pool_pset_disable() 320 pool_pset_visibility_remove(PS_NONE, global_zone); in pool_pset_disable() 372 if (psetid == PS_NONE) in pool_pset_destroy()
|
H A D | clock_highres.c | 218 cyclic_bind(cyc, cpu, pset == PS_NONE ? NULL : cpupart); in clock_highres_timer_settime() 348 cyclic_bind(cyc, cpu, pset == PS_NONE ? NULL : cpupart); in clock_highres_timer_lwpbind()
|
H A D | pool.c | 622 ret = pool_pset_assoc(poolid, PS_NONE); in pool_dissoc()
|
H A D | lwp.c | 513 t->t_bind_pset = PS_NONE; in lwp_create()
|
/titanic_44/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 61 static psetid_t g_pset = PS_NONE; 233 if (g_pset != PS_NONE) in select_cpu() 251 if (g_pset != PS_NONE) in select_cpus() 280 if (g_pset != PS_NONE) in select_pset() 312 if (g_pset == PS_NONE) in check_pset()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pset.h | 44 #define PS_NONE -1 macro
|
/titanic_44/usr/src/uts/common/disp/ |
H A D | thread_intr.c | 85 tp->t_bind_pset = PS_NONE; in thread_create_intr()
|
H A D | cpupart.c | 96 #define PSTOCP(psid) ((cpupartid_t)((psid) == PS_NONE ? CP_DEFAULT : (psid))) 97 #define CPTOPS(cpid) ((psetid_t)((cpid) == CP_DEFAULT ? PS_NONE : (cpid))) 800 if (psid == PS_NONE) in cpupart_bind_thread() 927 err = cpupart_bind_thread(t, PS_NONE, 1, in cpupart_unbind_threads() 936 t->t_bind_pset = PS_NONE; in cpupart_unbind_threads()
|
H A D | thread.c | 436 t->t_bind_pset = PS_NONE; in thread_create() 1399 tp->t_bind_pset = PS_NONE; in thread_create_intr()
|
/titanic_44/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 69 static psetid_t g_pset = PS_NONE; 401 if (g_pset != PS_NONE) in select_cpu() 419 if (g_pset != PS_NONE) in select_cpus() 448 if (g_pset != PS_NONE) in select_pset() 483 if (g_pset == PS_NONE) in check_pset()
|
/titanic_44/usr/src/lib/libpool/common/ |
H A D | pool_internal.h | 95 #define PSID_IS_SYSSET(psid) (psid == PS_NONE)
|
H A D | pool_commit.c | 512 parent_res = resource_by_sysid(stc, PS_NONE, restype); in process_elem_gt()
|
H A D | pool_internal.c | 1042 return (resource_by_sysid(TO_CONF(TO_ELEM(res)), PS_NONE, in get_default_resource()
|
/titanic_44/usr/src/lib/libzonestat/common/ |
H A D | zonestat_impl.h | 40 #define ZS_PSET_DEFAULT PS_NONE
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | mlsetup.c | 300 t0.t_bind_pset = PS_NONE; in mlsetup()
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 162 t0.t_bind_pset = PS_NONE; in mlsetup()
|
/titanic_44/usr/src/cmd/stat/common/ |
H A D | acquire.c | 93 if (ss->s_cpus[i].cs_pset_id == PS_NONE) in acquire_cpus()
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 198 #define PS_NONE -1 macro
|
/titanic_44/usr/src/cmd/prstat/ |
H A D | prstat.c | 1346 id = PS_NONE; in fill_set_table() 1350 id = PS_NONE; in fill_set_table()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1089 lpsinfo->pr_bindpset = PS_NONE; in gcore_lpsinfo_cb() 1812 psp->pr_lwp.pr_bindpset = PS_NONE; in Ppsinfo_gcore()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 282 @ MSG_PS_NONE "[ PS_NONE ]"
|
H A D | corenote.c | 723 case PS_NONE: in conv_cnote_psetid()
|
/titanic_44/usr/src/cmd/ps/ |
H A D | ps.c | 1979 if (zombie_lwp || psinfo->pr_lwp.pr_bindpset == PS_NONE) in print_field()
|