Home
last modified time | relevance | path

Searched refs:plg_qmin (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Dplugin.h60 size_t plg_qmin; /* min queue size */ member
H A Ddoorway.c503 p->plg_qmin = INPUT_MIN; in auditd_thread_init()
592 p->plg_tid, p->plg_qmax, p->plg_qmin, threshold)); in qpool_init()
599 for (i = 0; i < p->plg_qmin; i++) { in qpool_init()
1092 if (queue_size > p->plg_qmax - p->plg_qmin) { in adjust_priority()
1291 if (in_thr.thd_waiting && (queue_len > p->plg_qmin) && in process()