Searched refs:nactive (Results 1 – 10 of 10) sorted by relevance
96 int active = l->nactive; in lro_lookup()202 l->nactive--; in lro_flush_session()221 if (l->nactive > MAX_LRO_SES) in lro_new_session()224 if (l->nactive == MAX_LRO_SES) { in lro_new_session()238 l->nactive++; in lro_new_session()379 while (state->nactive) { in t3_lro_flush()
181 unsigned int nactive; member
323 size_t nactive = m_nfds; in mux() local324 while (nactive > 0 && !terminate) { in mux()337 assert(nactive >= 1); in mux()338 nactive--; in mux()
145 atomic_zu_t nactive; member
910 size_t i, nactive = 0, ndone = 0; in brace_expand() local919 if (append(cp, &active, &nactive) != 0) { in brace_expand()923 while (nactive > 0) { in brace_expand()924 cp = active[nactive - 1]; in brace_expand()925 nactive--; in brace_expand()926 if (brace_expand_one(cp, &active, &nactive, in brace_expand()962 for (i = 0; i < nactive; i++) in brace_expand()
140 sp->vtperiod, sp->parentperiod, sp->nactive); in hfsc_stat_loop()
103 int nactive; /* number of active children */ member
1658 sp->nactive = cl->cl_nactive; in get_class_stats()
1451 int_fast32_t nactive; in isc__nm_tcp_listener_nactive() local1455 nactive = atomic_load(&listener->active_child_connections); in isc__nm_tcp_listener_nactive()1456 INSIST(nactive >= 0); in isc__nm_tcp_listener_nactive()1457 return (nactive); in isc__nm_tcp_listener_nactive()
1451 int_fast32_t nactive; isc__nm_tcp_listener_nactive() local