Home
last modified time | relevance | path

Searched refs:round_up_p2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c96 #define round_up_p2(a, s) (((a) + (s) - 1) & ~((s) - 1)) macro
2822 len = round_up_p2(len, PAGESIZE); in devmap_unload()
3101 len = round_up_p2(len, PAGESIZE); in devmap_load()