Home
last modified time | relevance | path

Searched defs:ALIGN_8 (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/perf/util/
A Djitdump.h23 #define ALIGN_8(x) (((x) + 7) & (~7)) macro
/linux-6.3-rc2/tools/testing/selftests/net/
A Dpsock_tpacket.c64 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro

Completed in 5 milliseconds