Searched refs:ALIGN_8 (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Djitdump.h23 #define ALIGN_8(x) (((x) + 7) & (~7)) macro
H A Dgenelf.c342 eh_frame_base_offset = ALIGN_8(GEN_ELF_TEXT_OFFSET + csize);
H A Djitdump.c497 event->mmap2.len = usize ? ALIGN_8(csize) + usize : csize;
591 event->mmap2.len = usize ? ALIGN_8(jr->move.code_size) + usize
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c64 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro
546 unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd));
560 bytes_with_padding += ALIGN_8(ppd->tp_snaplen + ppd->tp_mac);

Completed in 126 milliseconds