Home
last modified time | relevance | path

Searched refs:ck_fifo_spsc_entry (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_fifo.h39 struct ck_fifo_spsc_entry { struct
41 struct ck_fifo_spsc_entry *next; argument
43 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 …]