Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c91 tpool_active_t *activep; in job_cleanup() local
96 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()
97 activep = *activepp; in job_cleanup()
98 if (activep->tpa_tid == my_tid) { in job_cleanup()
99 *activepp = activep->tpa_next; in job_cleanup()
302 tpool_active_t *activep; in tpool_destroy() local
313 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()
314 (void) pthread_cancel(activep->tpa_tid); in tpool_destroy()
415 tpool_active_t *activep; in tpool_member() local
418 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()
[all …]
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c8732 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low) in ipf_queueflush() argument
8744 if ((*activep * 100 / size) > low) { in ipf_queueflush()
8753 if ((*activep * 100 / size) <= low) { in ipf_queueflush()
8783 while ((*activep * 100 / size) > low) { in ipf_queueflush()