round_up          643 drivers/atm/ambassador.h   round_up,
round_up          487 drivers/atm/horizon.h   round_up,
round_up           71 include/linux/kernel.h #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1)
round_up          116 tools/include/linux/kernel.h #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1)
round_up            8 tools/testing/selftests/bpf/progs/test_xdp_meta.c #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1)