Searched refs:gfn_cache (Results 1 – 2 of 2) sorted by relevance
232 struct rb_node *node = vgpu->gfn_cache.rb_node; in __gvt_cache_find_gfn()265 link = &vgpu->gfn_cache.rb_node; in __gvt_cache_add()276 rb_insert_color(&new->gfn_node, &vgpu->gfn_cache); in __gvt_cache_add()300 rb_erase(&entry->gfn_node, &vgpu->gfn_cache); in __gvt_cache_remove_entry()313 node = rb_first(&vgpu->gfn_cache); in gvt_cache_destroy()327 vgpu->gfn_cache = RB_ROOT; in gvt_cache_init()
225 struct rb_root gfn_cache; member