Searched refs:uc_cache (Results 1 – 1 of 1) sorted by relevance
126 avl_tree_t uc_cache; member438 ucnode = avl_first(&smb_uch.uc_cache); in smb_pwd_iterate()440 ucnode = AVL_NEXT(&smb_uch.uc_cache, iter->spi_next); in smb_pwd_iterate()1032 uc_newnode = avl_find(&smb_uch.uc_cache, &uc_node, NULL); in smb_lucache_do_update()1076 avl_add(&smb_uch.uc_cache, uc_newnode); in smb_lucache_do_update()1101 avl_create(&smb_uch.uc_cache, smb_lucache_cmp, in smb_lucache_create()1122 while ((ucnode = avl_destroy_nodes(&smb_uch.uc_cache, &cookie)) in smb_lucache_flush()1160 avl_destroy(&smb_uch.uc_cache); in smb_lucache_destroy()1232 num = (int)avl_numnodes(&smb_uch.uc_cache); in smb_lucache_num()