Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c107 tpool_active_t *activep; in job_cleanup() local
112 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()
113 activep = *activepp; in job_cleanup()
114 if (activep->tpa_tid == my_tid) { in job_cleanup()
115 *activepp = activep->tpa_next; in job_cleanup()
461 tpool_active_t *activep; in tpool_destroy() local
475 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()
476 (void) pthread_cancel(activep->tpa_tid); in tpool_destroy()
586 tpool_active_t *activep; in tpool_member() local
591 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()
[all …]
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c8995 ipf_queueflush(softc, deletefn, ipfqs, userqs, activep, size, low) in ipf_queueflush() argument
8999 u_int *activep;
9012 if ((*activep * 100 / size) > low) {
9021 if ((*activep * 100 / size) <= low) {
9051 while ((*activep * 100 / size) > low) {