Searched refs:RB_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
128 #define RB_ALIGNMENT 4U macro129 #define RB_MAX_SMALL_DATA (RB_ALIGNMENT * RINGBUF_TYPE_DATA_TYPE_LEN_MAX)131 #define RB_ALIGN_DATA __aligned(RB_ALIGNMENT)165 length = event->type_len * RB_ALIGNMENT; in rb_event_data_length()2371 event->type_len = DIV_ROUND_UP(length, RB_ALIGNMENT); in rb_update_event()2386 length = ALIGN(length, RB_ALIGNMENT); in rb_calculate_event_length()2400 if (length == RB_LEN_TIME_EXTEND + RB_ALIGNMENT) in rb_calculate_event_length()2401 length += RB_ALIGNMENT; in rb_calculate_event_length()