Searched refs:p_poolcnt (Results 1 – 2 of 2) sorted by relevance
262 p->p_poolcnt++; in pool_barrier_enter()271 ASSERT(p->p_poolcnt > 0); in pool_barrier_exit()272 p->p_poolcnt--; in pool_barrier_exit()1174 if (p->p_poolcnt > 0) { in pool_bind_wake()1176 pool_barrier_count -= p->p_poolcnt; in pool_bind_wake()1475 if (p->p_poolcnt > 0) { in pool_do_bind()1477 pool_barrier_count += p->p_poolcnt; in pool_do_bind()1628 ASSERT(p->p_poolcnt == 0); in pool_do_bind()
343 uint_t p_poolcnt; /* # threads inside pool barrier */ member