Searched defs:rcas (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c4919 cache_avl_struct_t *rcas; local
4924 rcas = avl_first(&hca->avl_tree);
4925 if (rcas != NULL)
4926 avl_remove(&hca->avl_tree, rcas);
4928 while (rcas != NULL) {
4929 while (rcas->r.forw != &rcas->r) {
4930 rcas->elements--;
4931 rb = rcas->r.forw;
4941 mutex_destroy(&rcas
4953 cache_avl_struct_t *rcas; local
5041 cache_avl_struct_t cas, *rcas; local
5154 cache_avl_struct_t cas, *rcas; local
[all...]

Completed in 70 milliseconds