Searched refs:sq_max_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c215 * sq_max_size is the depth of the syncq (in number of messages) before
222 int sq_max_size = 10000; variable
7533 * sq_max_size. If sq_max_size is 0, no flow control will be asserted on
7550 if ((sq_max_size != 0) && (!(q->q_nfsrv->q_flag & QFULL)) &&
7551 (q->q_syncqmsgs > sq_max_size)) {

Completed in 330 milliseconds