Home
last modified time | relevance | path

Searched defs:dapl_ring_buffer (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h281 struct dapl_ring_buffer { struct
282 void **base; /* base of element array */
283 DAT_COUNT lim; /* mask, number of entries - 1 */
284 DAPL_ATOMIC head; /* head pointer index */
285 DAPL_ATOMIC tail; /* tail pointer index */
286 DAPL_OS_LOCK lock; /* lock */