Searched refs:gfn_cache (Results 1 – 2 of 2) sorted by relevance
230 struct rb_node *node = vgpu->gfn_cache.rb_node; in __gvt_cache_find_gfn()263 link = &vgpu->gfn_cache.rb_node; in __gvt_cache_add()274 rb_insert_color(&new->gfn_node, &vgpu->gfn_cache); in __gvt_cache_add()298 rb_erase(&entry->gfn_node, &vgpu->gfn_cache); in __gvt_cache_remove_entry()311 node = rb_first(&vgpu->gfn_cache); in gvt_cache_destroy()325 vgpu->gfn_cache = RB_ROOT; in gvt_cache_init()718 vgpu->gfn_cache = RB_ROOT; in intel_vgpu_close_device()
230 struct rb_root gfn_cache; member