Searched defs:PHYS_PAGE_COUNT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dsubr_uio.c87 #define PHYS_PAGE_COUNT(len) (howmany(len, PAGE_SIZE) + 1) macro
131 #undef PHYS_PAGE_COUNT macro

Completed in 65 milliseconds