Searched refs:head_snapshot (Results 1 – 1 of 1) sorted by relevance
51 struct ck_fifo_spsc_entry *head_snapshot; member110 fifo->head = fifo->tail = fifo->head_snapshot = fifo->garbage = stub; in ck_fifo_spsc_init()169 if (fifo->head_snapshot == fifo->garbage) { in ck_fifo_spsc_recycle()170 fifo->head_snapshot = ck_pr_load_ptr(&fifo->head); in ck_fifo_spsc_recycle()171 if (fifo->head_snapshot == fifo->garbage) in ck_fifo_spsc_recycle()