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

/freebsd-current/sys/vm/
H A Dvm_object.h207 * OBJ_MAX_SIZE specifies the maximum page index corresponding to the
212 #define OBJ_MAX_SIZE (OFF_TO_IDX(UINT64_MAX) + 1) macro
H A Ddevice_pager.c159 if (pindex > OBJ_MAX_SIZE || pindex < OFF_TO_IDX(foff) ||
H A Dvnode_pager.c583 pi = start + PAGE_MASK < start ? OBJ_MAX_SIZE :
586 piend = end == 0 ? OBJ_MAX_SIZE : OFF_TO_IDX(end);

Completed in 161 milliseconds