Home
last modified time | relevance | path

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

/include/
A Dspl_load.h42 size = round_up(fdt_totalsize(header), 4); in _spl_load()
/include/linux/
A Dkernel.h27 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro

Completed in 5 milliseconds