ALIGN_8            23 tools/perf/util/jitdump.h #define ALIGN_8(x) (((x) + 7) & (~7))
ALIGN_8            64 tools/testing/selftests/net/psock_tpacket.c #define ALIGN_8(x)		(((x) + 8 - 1) & ~(8 - 1))