Searched refs:buf_head (Results 1 – 2 of 2) sorted by relevance
76 #define buf_head buf_anchor.next macro102 ((buf_head->block == ch_block && \103 ch_offset < buf_head->datasize) ? \104 buf_head->data[ch_offset] : fch_get())118 for (bp = buf_head; bp != END_OF_CHAIN; bp = bp->next) in fch_get()222 if (buf_head != bp) { in fch_get()230 bp->next = buf_head; in fch_get()232 buf_head->prev = bp; in fch_get()233 buf_head = bp; in fch_get()255 for (bp = buf_head; bp != END_OF_CHAIN; bp = bp->next)[all …]
71 TAILQ_HEAD(buf_head, lsbuf);72 typedef struct buf_head buflist_t;