Home
last modified time | relevance | path

Searched refs:UVM_KMF_TRYLOCK (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/uvm/
Duvm_glue.c313 (UVM_KMF_NOWAIT | UVM_KMF_TRYLOCK))); in uarea_system_poolpage_alloc()
Duvm_extern.h204 #define UVM_KMF_TRYLOCK UVM_FLAG_TRYLOCK /* try locking only */ macro
Duvm_km.c646 (flags & (UVM_KMF_TRYLOCK | UVM_KMF_NOWAIT | UVM_KMF_WAITVA in uvm_km_alloc()
/netbsd/src/sys/fs/udf/
Dudf_strat_rmw.c1378 ((flags & PR_WAITOK) ? 0 : UVM_KMF_NOWAIT | UVM_KMF_TRYLOCK) in ecclinepool_page_alloc()
/netbsd/src/sys/kern/
Dvfs_bio.c292 ((flags & PR_WAITOK) ? 0 : UVM_KMF_NOWAIT|UVM_KMF_TRYLOCK) in bufpool_page_alloc()
Dkern_sig.c238 ((flags & PR_WAITOK) ? 0 : UVM_KMF_NOWAIT | UVM_KMF_TRYLOCK) in sigacts_poolpage_alloc()
/netbsd/src/sys/arch/x86/x86/
Dpmap.c2848 : UVM_KMF_NOWAIT | UVM_KMF_TRYLOCK) |
/netbsd/src/sys/arch/sparc/sparc/
Dpmap.c926 ((flags & PR_WAITOK) ? 0 : UVM_KMF_NOWAIT | UVM_KMF_TRYLOCK)); in pgt_page_alloc()