Home
last modified time | relevance | path

Searched refs:e_pool (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_clts.c105 list_t e_pool; /* list of available endpoints */ member
1270 list_create(&etype->e_pool, sizeof (endpnt_t), in endpnt_type_create()
1300 list_destroy(&etype->e_pool); in endpnt_type_free()
1531 next = (endpnt_t *)list_next(&np->e_pool, np->e_pcurr); in endpnt_get()
1533 next = (endpnt_t *)list_head(&np->e_pool); in endpnt_get()
1566 if ((next = list_next(&np->e_pool, np->e_pcurr)) != in endpnt_get()
1593 list_insert_head(&np->e_pool, new); in endpnt_get()
1883 list_remove(&np->e_pool, e); in endpnt_reclaim()
1894 if ((e = (struct endpnt *)list_head(&np->e_pool)) != NULL) in endpnt_reclaim()
1960 ASSERT(list_head(&np->e_pool) == NULL); in endpnt_destructor()
[all …]