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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c140 int n_dormant; member in struct:nss_src_state
768 if (src->n_dormant > 0) {
769 src->n_dormant--;
774 be = src->dormant.multi[src->n_dormant];
849 if (src->n_dormant < s->p.max_dormant_per_src) {
852 src->n_dormant++;
857 src->dormant.multi[src->n_dormant] = be;
858 src->n_dormant++;
940 if (src->n_dormant != 0) {
947 for (n = 0; n < src->n_dormant;
[all...]

Completed in 89 milliseconds