Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_clts.c100 list_t e_pool; /* list of available endpoints */ member
1256 list_create(&etype->e_pool, sizeof (endpnt_t), in endpnt_type_create()
1286 list_destroy(&etype->e_pool); in endpnt_type_free()
1517 next = (endpnt_t *)list_next(&np->e_pool, np->e_pcurr); in endpnt_get()
1519 next = (endpnt_t *)list_head(&np->e_pool); in endpnt_get()
1552 if ((next = list_next(&np->e_pool, np->e_pcurr)) != in endpnt_get()
1579 list_insert_head(&np->e_pool, new); in endpnt_get()
1869 list_remove(&np->e_pool, e); in endpnt_reclaim()
1880 if ((e = (struct endpnt *)list_head(&np->e_pool)) != NULL) in endpnt_reclaim()
1946 ASSERT(list_head(&np->e_pool) == NULL); in endpnt_destructor()
[all …]