Home
last modified time | relevance | path

Searched refs:flush_table (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c4943 static buf_t flush_table[NFLUSH]; in bflushq() local
4970 flush_table[buf_count] = bp; in bflushq()
4977 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()
4980 buf_bawrite(flush_table[i]); in bflushq()
4989 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()
4992 buf_bawrite(flush_table[i]); in bflushq()