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

/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.h299 void *decmp_io_upl; member in struct:upl
H A Dvm_pageout.c4293 * decmp_io_upl field (in the upl structure). This link is protected in the forward direction
4305 if (src_upl->decmp_io_upl) {
4315 src_upl->decmp_io_upl = (void *)upl;
4320 upl->decmp_io_upl = (void *)src_upl;
4373 upl->decmp_io_upl = 0;
4418 if ((upl->flags & UPL_DECMP_REAL_IO) && upl->decmp_io_upl) {
4420 src_upl = upl->decmp_io_upl;
4423 src_upl->decmp_io_upl = NULL;
H A Dvm_object.c8708 if (upl->decmp_io_upl == NULL) {
8714 io_upl = upl->decmp_io_upl;
8726 if (upl->decmp_io_upl == NULL || upl->decmp_io_upl != io_upl) {
8816 if ((upl->flags & UPL_DECMP_REQ) && upl->decmp_io_upl) {

Completed in 296 milliseconds