Searched refs:curr_buffer (Results 1 – 2 of 2) sorted by relevance
196 IN DAPL_COOKIE_BUFFER *curr_buffer, in dapls_cb_resize() argument206 if (new_size < curr_buffer->pool_size) { in dapls_cb_resize()215 curr_buffer->pool[0].queue.ptr, curr_buffer->pool[0].queue_type, in dapls_cb_resize()223 head = curr_buffer->head; in dapls_cb_resize()224 tail = curr_buffer->tail; in dapls_cb_resize()227 new_buffer->pool[index] = curr_buffer->pool[head]; in dapls_cb_resize()228 head = (head + 1) % curr_buffer->pool_size; in dapls_cb_resize()
59 IN DAPL_COOKIE_BUFFER *curr_buffer,