Lines Matching refs:RB_LEN_TIME_EXTEND
181 RB_LEN_TIME_EXTEND = 8, enumerator
186 ((struct ring_buffer_event *)((char *)event + RB_LEN_TIME_EXTEND))
231 return RB_LEN_TIME_EXTEND; in rb_event_length()
256 len = RB_LEN_TIME_EXTEND; in rb_event_ts_length()
3763 *length -= RB_LEN_TIME_EXTEND; in rb_add_timestamp()
3832 if (length == RB_LEN_TIME_EXTEND + RB_ALIGNMENT) in rb_calculate_event_length()
4493 info->length += RB_LEN_TIME_EXTEND; in __rb_reserve_next()
4498 info->length += RB_LEN_TIME_EXTEND; in __rb_reserve_next()
4648 info.length += RB_LEN_TIME_EXTEND; in rb_reserve_next_event()
4675 info.length -= RB_LEN_TIME_EXTEND; in rb_reserve_next_event()
6095 return buffer->max_data_size - RB_LEN_TIME_EXTEND; in ring_buffer_max_event_size()