Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_clts.c101 list_t e_ilist; /* list of idle endpoints */ member
1258 list_create(&etype->e_ilist, sizeof (endpnt_t), in endpnt_type_create()
1287 list_destroy(&etype->e_ilist); in endpnt_type_free()
1471 if ((endp = (endpnt_t *)list_head(&np->e_ilist)) != NULL) { in endpnt_get()
1483 list_remove(&np->e_ilist, endp); in endpnt_get()
1748 list_insert_tail(&sp->e_type->e_ilist, sp); in endpnt_rele()
1791 e = list_head(&etp->e_ilist); in endpnt_reap()
1793 next_node = list_next(&etp->e_ilist, e); in endpnt_reap()
1856 e = list_head(&np->e_ilist); in endpnt_reclaim()
1858 next_node = list_next(&np->e_ilist, e); in endpnt_reclaim()
[all …]