Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h287 struct dapl_ring_buffer { struct
288 void **base; /* base of element array */
289 DAT_COUNT lim; /* mask, number of entries - 1 */
290 DAPL_ATOMIC head; /* head pointer index */
291 DAPL_ATOMIC tail; /* tail pointer index */
292 DAPL_OS_LOCK lock; /* lock */