Searched refs:bigread (Results 1 – 2 of 2) sorted by relevance
458 int bigread; in pipe_read() local510 bigread = (uio->uio_resid > 10 * 1024 * 1024); in pipe_read()517 if (bigread && --bigcount == 0) { in pipe_read()
316 int bigread; in hammer_vop_read() local356 bigread = (uio->uio_resid > 100 * 1024 * 1024); in hammer_vop_read()375 if (bigread && (error = hammer_signal_check(ip->hmp)) != 0) in hammer_vop_read()