Searched refs:uc_cache (Results 1 – 1 of 1) sorted by relevance
124 avl_tree_t uc_cache; member432 ucnode = avl_first(&smb_uch.uc_cache); in smb_pwd_iterate()434 ucnode = AVL_NEXT(&smb_uch.uc_cache, iter->spi_next); in smb_pwd_iterate()1023 uc_newnode = avl_find(&smb_uch.uc_cache, &uc_node, NULL); in smb_lucache_do_update()1067 avl_add(&smb_uch.uc_cache, uc_newnode); in smb_lucache_do_update()1092 avl_create(&smb_uch.uc_cache, smb_lucache_cmp, in smb_lucache_create()1113 while ((ucnode = avl_destroy_nodes(&smb_uch.uc_cache, &cookie)) in smb_lucache_flush()1151 avl_destroy(&smb_uch.uc_cache); in smb_lucache_destroy()1223 num = (int)avl_numnodes(&smb_uch.uc_cache); in smb_lucache_num()