Searched refs:buf_pool (Results 1 – 1 of 1) sorted by relevance
393 struct smm_pool * buf_pool = buf->props.pool; in calc_buffer_size() local395 if(buf == LL_LAST(&buf_pool->allocd)) { in calc_buffer_size()396 buf_sz = (buf_pool->props.size - buf->props.offset); in calc_buffer_size()667 struct smm_pool * buf_pool = buf->props.pool; in free_buffer() local670 LL_REMOVE(&buf_pool->allocd, buf, pool); in free_buffer()