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