HomeSort by: relevance | last modified time | path
    Searched refs:may_evict (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource_priv.h 67 * @may_evict Whether the resource may be evicted.
89 bool may_evict; member in struct:vmw_res_func
vmwgfx_va.c 89 .may_evict = false,
vmwgfx_so.c 89 .may_evict = false,
vmwgfx_context.c 83 .may_evict = false,
95 .may_evict = true,
109 .may_evict = true,
vmwgfx_resource.c 529 if (!res->func->may_evict || res->id == -1 || res->pin_count)
672 BUG_ON(!func->may_evict);
735 if (list_empty(lru_list) || !res->func->may_evict) {
vmwgfx_cotable.c 123 .may_evict = true,
vmwgfx_shader.c 102 .may_evict = true,
116 .may_evict = true,
vmwgfx_surface.c 140 .may_evict = true,
154 .may_evict = true,

Completed in 18 milliseconds