Searched defs:mem_ratio (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c182 uint32_t mem_ratio, tot_buf; local
196 mem_ratio = MB / tot_buf;
197 slc->slc_max = maxusers / ratio * mem_ratio;
199 mem_ratio = tot_buf / MB;
200 slc->slc_max = maxusers / ratio / mem_ratio;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c4450 uint32_t mem_ratio, tot_buf; local
4465 mem_ratio = MB / tot_buf;
4467 mem_ratio;
4469 mem_ratio = tot_buf / MB;
4471 mem_ratio;

Completed in 126 milliseconds