Searched refs:UVM_KMF_CANFAIL (Results 1 – 6 of 6) sorted by relevance
272 UVM_KMF_WIRED|UVM_KMF_ZERO|UVM_KMF_CANFAIL|UVM_KMF_WAITVA)) == 0) in isv_open()
201 #define UVM_KMF_CANFAIL 0x8 /* caller handles failure */ macro
702 ((flags & UVM_KMF_CANFAIL) && !uvm_reclaimable())) { in uvm_km_alloc()
311 kmflags |= UVM_KMF_CANFAIL; in i915_gem_object_map()
885 if (flags & (UVM_KMF_CANFAIL | UVM_KMF_NOWAIT)) in uvm_km_alloc()
493 | (flags & PMAP_CANFAIL ? UVM_KMF_CANFAIL : 0)); in pmap_ptpage_alloc()