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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c85 static long transq_count_max; variable
98 * set_transq_count_max() - sets the transq_count_max value based on kernel
109 transq_count_max = qctrl.aq_hiwater;
111 transq_count_max));
583 if (transq_hdr.count == transq_count_max) {
766 transq_count_max = val_l;
768 if (transq_count_max == 0 &&
774 DPRINT((dfile, "timeout=%d, retries=%d, transq_count_max=%ld\n",
775 timeout, retries, transq_count_max));

Completed in 81 milliseconds