Searched refs:ck_fifo_spsc_entry (Results 1 – 1 of 1) sorted by relevance
39 struct ck_fifo_spsc_entry { struct41 struct ck_fifo_spsc_entry *next; argument43 typedef struct ck_fifo_spsc_entry ck_fifo_spsc_entry_t;47 struct ck_fifo_spsc_entry *head;50 struct ck_fifo_spsc_entry *tail;51 struct ck_fifo_spsc_entry *head_snapshot;52 struct ck_fifo_spsc_entry *garbage;125 struct ck_fifo_spsc_entry *entry, in ck_fifo_spsc_enqueue()142 struct ck_fifo_spsc_entry *entry; in ck_fifo_spsc_dequeue()164 CK_CC_INLINE static struct ck_fifo_spsc_entry *[all …]