Searched refs:flush_table (Results 1 – 1 of 1) sorted by relevance
5142 static buf_t flush_table[NFLUSH]; in bflushq() local5169 flush_table[buf_count] = bp; in bflushq()5176 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()5179 buf_bawrite(flush_table[i]); in bflushq()5188 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()5191 buf_bawrite(flush_table[i]); in bflushq()