Searched refs:tpool_active_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h54 typedef struct tpool_active tpool_active_t; typedef in typeref:struct:tpool_active
56 tpool_active_t *tpa_next; /* list of active threads */
70 tpool_active_t *tp_active; /* threads performing work */
H A Dthread_pool.c107 tpool_active_t *activep;
108 tpool_active_t **activepp;
130 tpool_active_t active;
461 tpool_active_t *activep;
586 tpool_active_t *activep;

Completed in 84 milliseconds