Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_pageout_xnu.h275 #define UPL_DECMP_REQ 0x00080000 macro
H A Dvm_pageout.c5742 assert((src_upl->flags & UPL_DECMP_REQ) != 0);
5847 assert((src_upl->flags & UPL_DECMP_REQ) != 0);
5944 upl->flags |= UPL_DECMP_REQ;
5952 if (upl && (upl->flags & UPL_DECMP_REQ)) {
H A Dvm_object.c8341 if ((upl->flags & UPL_DECMP_REQ) && upl->decmp_io_upl) {