Lines Matching defs:log_last_pos
310 const struct tlogger_reader *reader, uint32_t *log_last_pos, uint32_t *is_read)
319 *log_last_pos = log_flag->last_pos;
320 if (*log_last_pos == reader->r_off &&
324 if (log_flag->max_len < *log_last_pos ||
327 log_flag->max_len, *log_last_pos);
383 uint32_t log_last_pos, struct log_buffer *log_buffer,
393 buffer_flag->max_len, reader->r_off, log_last_pos);
403 (reader->r_off < log_last_pos))) {
404 reader->r_off = log_last_pos;
416 buffer_flag->max_len, 0, log_last_pos);