Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cookie.c153 buffer->pool_size = size; in dapls_cb_create()
206 if (new_size < curr_buffer->pool_size) { in dapls_cb_resize()
228 head = (head + 1) % curr_buffer->pool_size; in dapls_cb_resize()
257 dapl_os_free(buffer->pool, buffer->pool_size * in dapls_cb_free()
290 new_head = (buffer->head + 1) % buffer->pool_size; in dapls_cb_get()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h291 DAT_COUNT pool_size; member