Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_clts.c106 list_t e_ilist; /* list of idle endpoints */ member
1272 list_create(&etype->e_ilist, sizeof (endpnt_t), in endpnt_type_create()
1301 list_destroy(&etype->e_ilist); in endpnt_type_free()
1485 if ((endp = (endpnt_t *)list_head(&np->e_ilist)) != NULL) { in endpnt_get()
1497 list_remove(&np->e_ilist, endp); in endpnt_get()
1762 list_insert_tail(&sp->e_type->e_ilist, sp); in endpnt_rele()
1805 e = list_head(&etp->e_ilist); in endpnt_reap()
1807 next_node = list_next(&etp->e_ilist, e); in endpnt_reap()
1870 e = list_head(&np->e_ilist); in endpnt_reclaim()
1872 next_node = list_next(&np->e_ilist, e); in endpnt_reclaim()
[all …]