Searched defs:msgbuf_ring (Results 1 – 1 of 1) sorted by relevance
399 typedef struct msgbuf_ring { struct400 bool inited;401 uint16 idx; /* ring id */402 uint16 rd; /* read index */426 } msgbuf_ring_t; argument