Searched refs:ck_hp_fifo_entry (Results 1 – 1 of 1) sorted by relevance
46 struct ck_hp_fifo_entry { struct49 struct ck_hp_fifo_entry *next; argument51 typedef struct ck_hp_fifo_entry ck_hp_fifo_entry_t;54 struct ck_hp_fifo_entry *head;55 struct ck_hp_fifo_entry *tail;60 ck_hp_fifo_init(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *stub) in ck_hp_fifo_init()69 ck_hp_fifo_deinit(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry **stub) in ck_hp_fifo_deinit()80 struct ck_hp_fifo_entry *entry, in ck_hp_fifo_enqueue_mpmc()83 struct ck_hp_fifo_entry *tail, *next; in ck_hp_fifo_enqueue_mpmc()111 struct ck_hp_fifo_entry *entry, in ck_hp_fifo_tryenqueue_mpmc()[all …]