Searched refs:upl2 (Results 1 – 2 of 2) sorted by relevance
168 upl_t upl2);
8828 upl_t upl2) argument8835 …if (upl1 == UPL_NULL || upl2 == UPL_NULL || upl1 == upl2 || ((upl1->flags & UPL_VECTOR) == UPL_VEC…8845 if (upl1 < upl2) {8847 upl_lock(upl2);8849 upl_lock(upl2);8855 object2 = upl2->map_object;8857 if (upl1->u_offset != 0 || upl2->u_offset != 0 ||8858 upl1->u_size != upl2->u_size) {8881 if ((upl1->flags & UPL_TRACKED_BY_OBJECT) || (upl2->flags & UPL_TRACKED_BY_OBJECT)) {8888 if ((upl2->flags & UPL_TRACKED_BY_OBJECT) || upl_debug_enabled) {[all …]