Searched refs:UPL_NOBLOCK (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_memory_object.c789 UPL_NOBLOCK | UPL_CLEAN_IN_PLACE
812 UPL_NOBLOCK | UPL_CLEAN_IN_PLACE
H A Ddp_backing_store.c2934 * Let's not use UPL_NOBLOCK in this case.
2943 * the UPL_NOBLOCK since we may be trying to recover from a
2945 * on memory and bailed early in order to honor the UPL_NOBLOCK...
2950 request_flags |= UPL_NOBLOCK;
3405 request_flags = UPL_NOBLOCK | UPL_CLEAN_IN_PLACE |
/darwin-on-arm/xnu/osfmk/mach/
H A Dmemory_object_types.h444 #define UPL_NOBLOCK 0x00000010 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c1984 uplflags |= UPL_NOBLOCK;
1995 * the UPL_NOBLOCK since we may be trying to recover from a
1997 * on memory and bailed early in order to honor the UPL_NOBLOCK...
2002 uplflags |= UPL_NOBLOCK;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c3689 if (cntrl_flags & UPL_NOBLOCK) {
3951 if ( (cntrl_flags & (UPL_RET_ONLY_ABSENT | UPL_NOBLOCK)) == (UPL_RET_ONLY_ABSENT | UPL_NOBLOCK)) {

Completed in 62 milliseconds