Searched defs:waitf (Results 1 – 1 of 1) sorted by relevance
234 amap_alloc(vaddr_t sz, vaddr_t padsz, int waitf) in amap_alloc()825 const int waitf = (flags & AMAP_COPY_NOWAIT) ? UVM_FLAG_NOWAIT : 0; in amap_copy() local