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

/freebsd-10.2-release/sys/dev/isci/scil/
H A Dsci_pool.h79 #define SCI_POOL_INCREMENT(this_pool, index) \ macro
109 (SCI_POOL_INCREMENT(this_pool, (this_pool).put) == (this_pool).get)
156 (this_pool).get = SCI_POOL_INCREMENT((this_pool), (this_pool).get); \
166 (this_pool).put = SCI_POOL_INCREMENT((this_pool), (this_pool).put); \

Completed in 89 milliseconds