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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_pool.h81 #define SCI_POOL_INCREMENT(this_pool, index) \ macro
111 (SCI_POOL_INCREMENT(this_pool, (this_pool).put) == (this_pool).get)
158 (this_pool).get = SCI_POOL_INCREMENT((this_pool), (this_pool).get); \
168 (this_pool).put = SCI_POOL_INCREMENT((this_pool), (this_pool).put); \

Completed in 93 milliseconds