Lines Matching defs:resizing
533 atomic_t resizing;
2707 * Always succeed at resizing a non-existent buffer:
2725 atomic_inc(&buffer->resizing);
2729 * Don't succeed if resizing is disabled, as a reader might be
2815 * Don't succeed if resizing is disabled, as a reader might be
2886 atomic_dec(&buffer->resizing);
2907 atomic_dec(&buffer->resizing);
5743 * through the buffer. Memory is allocated, buffer resizing
5832 * This re-enables resizing of the buffer, and frees the iterator.
6251 if (atomic_read(&buffer_a->resizing))
6253 if (atomic_read(&buffer_b->resizing))