Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDsys_pipe.c458 int bigread; in pipe_read() local
510 bigread = (uio->uio_resid > 10 * 1024 * 1024); in pipe_read()
517 if (bigread && --bigcount == 0) { in pipe_read()
/dragonfly/sys/vfs/hammer/
HDhammer_vnops.c316 int bigread; in hammer_vop_read() local
356 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()