Lines Matching defs:write_loops
124 * write_loops: Write cyclically. Init value is 0, when memory is used
130 uint32_t write_loops;
321 log_flag->write_loops == reader->r_loops)
391 if (buffer_flag->write_loops == reader->r_loops) {
401 if (buffer_flag->write_loops > (reader->r_loops +1) ||
402 ((buffer_flag->write_loops == (reader->r_loops + 1)) &&
405 reader->r_loops = buffer_flag->write_loops - 1;
422 reader->r_loops = buffer_flag->write_loops;
638 reader->r_loops = buffer->flag.write_loops;
791 pool_buffer->flag.write_loops++;