Home
last modified time | relevance | path

Searched refs:upl2 (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/osfmk/vm/
H A Dvm_pageout.h168 upl_t upl2);
H A Dvm_pageout.c8820 upl_t upl2) argument
8827 …if (upl1 == UPL_NULL || upl2 == UPL_NULL || upl1 == upl2 || ((upl1->flags & UPL_VECTOR) == UPL_VEC…
8837 if (upl1 < upl2) {
8839 upl_lock(upl2);
8841 upl_lock(upl2);
8847 object2 = upl2->map_object;
8849 if (upl1->u_offset != 0 || upl2->u_offset != 0 ||
8850 upl1->u_size != upl2->u_size) {
8873 if ((upl1->flags & UPL_TRACKED_BY_OBJECT) || (upl2->flags & UPL_TRACKED_BY_OBJECT)) {
8880 if ((upl2->flags & UPL_TRACKED_BY_OBJECT) || upl_debug_enabled) {
[all …]