Searched refs:activep (Results 1 – 2 of 2) sorted by relevance
107 tpool_active_t *activep; in job_cleanup() local112 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() local475 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() local591 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()[all …]
8995 ipf_queueflush(softc, deletefn, ipfqs, userqs, activep, size, low) in ipf_queueflush() argument8999 u_int *activep;9012 if ((*activep * 100 / size) > low) {9021 if ((*activep * 100 / size) <= low) {9051 while ((*activep * 100 / size) > low) {