__round_mask       62 include/linux/kernel.h #define __round_mask(x, y) ((__typeof__(x))((y)-1))
__round_mask      115 tools/include/linux/kernel.h #define __round_mask(x, y) ((__typeof__(x))((y)-1))
__round_mask        7 tools/testing/selftests/bpf/progs/test_xdp_meta.c #define __round_mask(x, y) ((__typeof__(x))((y) - 1))