Searched refs:alloc_buf_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_iq.h277 volatile uint32_t alloc_buf_count; member in struct:lio_sc_buffer_pool
H A Dlio_request_manager.c736 atomic_store_rel_int(&oct->sc_buf_pool.alloc_buf_count, 0);
804 atomic_add_int(&oct->sc_buf_pool.alloc_buf_count, 1);
855 atomic_subtract_int(&oct->sc_buf_pool.alloc_buf_count, 1);

Completed in 190 milliseconds