Home
last modified time | relevance | path

Searched refs:RB_ARCH_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/kernel/trace/
Dring_buffer.c144 # define RB_ARCH_ALIGNMENT RB_ALIGNMENT macro
147 # define RB_ARCH_ALIGNMENT 8U macro
150 #define RB_ALIGN_DATA __aligned(RB_ARCH_ALIGNMENT)
2875 length = ALIGN(length, RB_ARCH_ALIGNMENT); in rb_calculate_event_length()