Home
last modified time | relevance | path

Searched refs: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
768 if (src->n_dormant > 0) { in nss_get_backend_u()
769 src->n_dormant--; in nss_get_backend_u()
774 be = src->dormant.multi[src->n_dormant]; in nss_get_backend_u()
849 if (src->n_dormant < s->p.max_dormant_per_src) { in nss_put_backend_u()
852 src->n_dormant++; in nss_put_backend_u()
857 src->dormant.multi[src->n_dormant] = be; in nss_put_backend_u()
858 src->n_dormant++; in nss_put_backend_u()
940 if (src->n_dormant != 0) { in _nss_src_state_destr()
947 for (n = 0; n < src->n_dormant; n++) { in _nss_src_state_destr()