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

/freebsd-11-stable/sys/vm/
H A Dvm_object.h202 * OBJ_MAX_SIZE specifies the maximum page index corresponding to the
208 #define OBJ_MAX_SIZE (UOFF_TO_IDX(UINT64_MAX) + 1) macro
H A Ddevice_pager.c152 if (pindex > OBJ_MAX_SIZE || pindex < UOFF_TO_IDX(foff) ||

Completed in 156 milliseconds