Lines Matching refs:e_pool
105 list_t e_pool; /* list of available endpoints */ member
1281 list_create(&etype->e_pool, sizeof (endpnt_t), in endpnt_type_create()
1311 list_destroy(&etype->e_pool); in endpnt_type_free()
1542 next = (endpnt_t *)list_next(&np->e_pool, np->e_pcurr); in endpnt_get()
1544 next = (endpnt_t *)list_head(&np->e_pool); in endpnt_get()
1577 if ((next = list_next(&np->e_pool, np->e_pcurr)) != in endpnt_get()
1604 list_insert_head(&np->e_pool, new); in endpnt_get()
1894 list_remove(&np->e_pool, e); in endpnt_reclaim()
1905 if ((e = (struct endpnt *)list_head(&np->e_pool)) != NULL) in endpnt_reclaim()
1971 ASSERT(list_head(&np->e_pool) == NULL); in endpnt_destructor()
2001 list_destroy(&np->e_pool); in endpnt_destructor()