Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/vm/
H A Dvm_pageout.h464 #define UPL_DECMP_REQ 0x80000 macro
H A Dvm_pageout.c5445 assert((src_upl->flags & UPL_DECMP_REQ) != 0); in upl_set_decmp_info()
5550 assert((src_upl->flags & UPL_DECMP_REQ) != 0); in upl_destroy()
5638 upl->flags |= UPL_DECMP_REQ; in upl_mark_decmp()
5646 if (upl && (upl->flags & UPL_DECMP_REQ)) { in upl_unmark_decmp()
H A Dvm_object.c7939 if ((upl->flags & UPL_DECMP_REQ) && upl->decmp_io_upl) {