Searched refs:v_maxup (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | var.h | 50 int v_maxup; /* Max number of processes per user. */ member
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | sysconfig.c | 94 return (v.v_maxup); in sysconfig()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 379 RCTL_GLOBAL_COUNT, MAX(v.v_maxup, 8192), MAX(v.v_maxup, 8192), in rctlproc_init()
|
H A D | fork.c | 1047 if (nproc >= v.v_maxup && /* short-circuit; usually false */ in getproc() 1049 upcount_get(ruid, zoneid) >= v.v_maxup) && in getproc()
|
/titanic_41/usr/src/uts/common/conf/ |
H A D | param.c | 645 v.v_maxup = MIN(maxuprc, v.v_maxupttl); /* max procs per user */ in param_init()
|
/titanic_41/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 405 v.v_maxup); in main()
|
/titanic_41/usr/src/cmd/sa/ |
H A D | sadp.c | 1427 tbl->v_maxsyspri, tbl->v_clist, tbl->v_maxup, tbl->v_hbuf);
|
/titanic_41/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 1031 SAVE_INT32(ksi, var, v_maxup); in save_var()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 315 SAVE_INT32(self, varp, v_maxup); in save_var()
|