Home
last modified time | relevance | path

Searched defs:ck_fifo_spsc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ck/include/
H A Dck_fifo.h45 struct ck_fifo_spsc { struct
47 struct ck_fifo_spsc_entry *head; argument
48 char pad[CK_MD_CACHELINE - sizeof(struct ck_fifo_spsc_entry *) - sizeof(ck_spinlock_t)]; argument
50 struct ck_fifo_spsc_entry *tail; argument
51 struct ck_fifo_spsc_entry *head_snapshot; argument
52 struct ck_fifo_spsc_entry *garbage; argument
54 typedef struct ck_fifo_spsc ck_fifo_spsc_t; argument