Home
last modified time | relevance | path

Searched refs:UVM_PLA_FAILOK (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/uvm/
Duvm_extern.h151 #define UVM_PLA_FAILOK 0x0010 /* caller can handle failure */ macro
Duvm_pmemrange.c1181 flags & UVM_PLA_FAILOK) == 0) in uvm_pmr_getpages()
1183 KASSERT(flags & UVM_PLA_FAILOK); in uvm_pmr_getpages()
/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c560 flags |= UVM_PLA_FAILOK; in alloc_pages()