Home
last modified time | relevance | path

Searched refs:maxusers (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/conf/
H A Dparam.c270 int maxusers; /* kitchen-sink knob for dynamic configuration */ variable
586 if (maxusers == 0) { in param_calc()
589 maxusers = MIN(MAX(MIN(physmegs, virtmegs), in param_calc()
592 if (maxusers > MAX_MAXUSERS) { in param_calc()
593 maxusers = MAX_MAXUSERS; in param_calc()
602 maxusers = (3 * maxusers) / 4; in param_calc()
623 max_nprocs = (10 + 16 * maxusers); in param_calc()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c172 if ((freemem >= lotsfree + needfree) || tot_assoc < maxusers) { in sctp_reclaim_timer()
242 if (tot_assoc < maxusers) { in sctp_conn_reclaim()
H A Dsctp_bind.c197 slc->slc_max = maxusers / ratio * mem_ratio; in sctp_listen()
200 slc->slc_max = maxusers / ratio / mem_ratio; in sctp_listen()
/titanic_41/usr/src/cmd/nsadmin/
H A Dsystem94 * set maxusers=40
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c522 if ((freemem >= lotsfree + needfree) || tot_conn < maxusers) { in tcp_reclaim_timer()
593 if (tot_conn < maxusers) { in tcp_conn_reclaim()
H A Dtcp.c4466 tlc->tlc_max = maxusers / ratio * in tcp_do_listen()
4470 tlc->tlc_max = maxusers / ratio / in tcp_do_listen()
/titanic_41/usr/src/uts/common/io/
H A Dsmbios.c312 smb_nclones = maxusers; in _init()
H A Dksyms.c460 nksyms_clones = maxusers + 50; in _init()
/titanic_41/usr/src/uts/common/sys/
H A Dsystm.h311 extern int maxusers;
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dquota.c133 ndquot = ((maxusers * NMOUNT) / 4) + v.v_proc; in qtinit2()
/titanic_41/usr/src/uts/common/fs/
H A Ddnlc.c350 dnlc_nentries_low_water = 4 * (v.v_proc + maxusers) + 320; in dnlc_init()