Searched refs:roundup_2n (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/avs/dsbitmap/ | ||
H A D | dsbitmap.c | 273 #define roundup_2n(x, y) (((x) + ((y) - 1)) & (~y)) macro 293 vblocks = roundup_2n(vblocks_phys, DSW_SIZE); |
Completed in 57 milliseconds