Searched refs:round_up (Results 1 – 2 of 2) sorted by relevance
| /include/ | ||
| A D | spl_load.h | 42 size = round_up(fdt_totalsize(header), 4); in _spl_load() |
| /include/linux/ | ||
| A D | kernel.h | 27 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro |
Completed in 5 milliseconds