Searched defs:ck_fifo_mpmc (Results 1 – 1 of 1) sorted by relevance
217 struct ck_fifo_mpmc { struct218 struct ck_fifo_mpmc_pointer head; argument219 char pad[CK_MD_CACHELINE - sizeof(struct ck_fifo_mpmc_pointer)]; argument220 struct ck_fifo_mpmc_pointer tail; argument