Searched defs:dapl_ring_buffer (Results 1 – 1 of 1) sorted by relevance
287 struct dapl_ring_buffer { struct288 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 */