Searched refs:activep (Results 1 – 2 of 2) sorted by relevance
91 tpool_active_t *activep; in job_cleanup() local96 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() local313 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() local418 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()[all …]
8732 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low) in ipf_queueflush() argument8744 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()