Searched refs:UPL_DECMP_REAL_IO (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.h338 #define UPL_DECMP_REAL_IO 0x100000 macro
H A Dvm_pageout.c4292 * UPL_DECMP_REAL_IO. Any outstanding real I/O UPL is tracked by the big req upl using the
4319 upl->flags |= UPL_DECMP_REAL_IO;
4418 if ((upl->flags & UPL_DECMP_REAL_IO) && upl->decmp_io_upl) {
H A Dvm_object.c8715 assert((io_upl->flags & UPL_DECMP_REAL_IO) != 0);

Completed in 99 milliseconds