Searched refs:ck_fifo_mpmc_pointer (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/include/ |
H A D | ck_fifo.h | 206 struct ck_fifo_mpmc_pointer { struct 213 struct ck_fifo_mpmc_pointer next; argument 218 struct ck_fifo_mpmc_pointer head; 219 char pad[CK_MD_CACHELINE - sizeof(struct ck_fifo_mpmc_pointer)]; 220 struct ck_fifo_mpmc_pointer tail; 249 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_enqueue() 306 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_tryenqueue() 359 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_dequeue() 414 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_trydequeue()
|