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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c4429 static buf_t flush_table[NFLUSH]; local
4457 flush_table[buf_count] = bp;
4464 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp);
4467 buf_bawrite(flush_table[i]);
4476 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp);
4479 buf_bawrite(flush_table[i]);

Completed in 71 milliseconds