Searched refs:f_head (Results 1 – 1 of 1) sorted by relevance
44 fifonode_t *f_head; member68 f->f_head = f->f_tail = fn; in fifo_add()82 if ((fn = f->f_head) == NULL) in fifo_remove()86 if ((f->f_head = fn->fn_next) == NULL) in fifo_remove()105 fifonode_t *fn = f->f_head; in fifo_free()128 for (i = 0, fn = f->f_head; fn; fn = fn->fn_next, i++); in fifo_len()136 return (f->f_head == NULL); in fifo_empty()146 for (fn = f->f_head; fn; fn = fn->fn_next) { in fifo_iter()