Home
last modified time | relevance | path

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

/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer.cc97 size_t total_write_bytes = in InternalPushBack() local
99 if (buffer_bytes_ < total_write_bytes) { in InternalPushBack()
106 while (RawAvailableBytes() < total_write_bytes) { in InternalPushBack()
109 } else if (RawAvailableBytes() < total_write_bytes) { in InternalPushBack()