Searched refs:UPL_NULL (Results 1 – 2 of 2) sorted by relevance
115 #define UPL_NULL ((upl_t) NULL) macro121 #define UPL_NULL ((upl_t) 0) macro
7182 if (upl == UPL_NULL) { in vm_map_enter_upl_range()7465 if (upl == UPL_NULL) { in vm_map_remove_upl_range()7604 if (upl == UPL_NULL) { in upl_commit_range()8357 if (upl == UPL_NULL) { in upl_abort_range()8737 if (upl == UPL_NULL) { in upl_abort()8754 if (upl == UPL_NULL) { in upl_commit()9972 …if (upl1 == UPL_NULL || upl2 == UPL_NULL || upl1 == upl2 || ((upl1->flags & UPL_VECTOR) == UPL_VEC… in upl_transpose()