Searched defs:btop (Results 1 – 4 of 4) sorted by relevance
130 #define btop(x) (((unsigned)(x)) >> PAGESHIFT) macro
237 #define btop(x) (((unsigned)(x)) / PAGESIZE) macro
403 btop(size_t numbytes) in btop() function
439 #define btop(x) (((x) >> PAGESHIFT)) macro