Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/vfs/
H A Dvfs_bio.c4975 static buf_t flush_table[NFLUSH]; in bflushq() local
5002 flush_table[buf_count] = bp; in bflushq()
5009 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()
5012 buf_bawrite(flush_table[i]); in bflushq()
5021 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()
5024 buf_bawrite(flush_table[i]); in bflushq()