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

/netbsd-current/sys/kern/
H A Dbufq_readprio.c87 * The read queue is processed first. After PRIO_READ_BURST consecutive
92 #define PRIO_READ_BURST 48 macro
179 * to PRIO_READ_BURST times, then select the write
182 if (prio->bq_read_burst++ < PRIO_READ_BURST)
185 PRIO_READ_BURST + PRIO_WRITE_REQ)

Completed in 120 milliseconds