Searched refs:PIN_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
201 if (flags & PIN_NONBLOCK) in i915_gem_evict_something()247 if (!i915_is_ggtt(vm) || flags & PIN_NONBLOCK) in i915_gem_evict_something()272 flags |= PIN_NONBLOCK; in i915_gem_evict_something()405 if (flags & PIN_NONBLOCK && i915_vma_is_active(vma)) { in i915_gem_evict_for_node()
43 #define PIN_NONBLOCK BIT_ULL(2) macro