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

/freebsd-10-stable/sys/kern/
H A Dsubr_param.c225 TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed", &unmapped_buf_allowed);
H A Dkern_physio.c97 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) {
H A Dvfs_cluster.c104 if (!unmapped_buf_allowed)
633 if (!unmapped_buf_allowed)
786 if (!unmapped_buf_allowed)
H A Dvfs_bio.c227 SYSCTL_INT(_vfs, OID_AUTO, unmapped_buf_allowed, CTLFLAG_RD,
228 &unmapped_buf_allowed, 0,
716 if (bio_transient_maxcnt == 0 && unmapped_buf_allowed) {
2452 if (!unmapped_buf_allowed)
3111 if (!unmapped_buf_allowed)
4377 if (mapbuf || !unmapped_buf_allowed) {
4550 KASSERT(unmapped_buf_allowed, ("unmapped"));
H A Dvfs_aio.c1338 unmap = ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed);
/freebsd-10-stable/sys/sys/
H A Dsystm.h150 extern int unmapped_buf_allowed;
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dpmap_dispatch.c579 int unmapped_buf_allowed; variable
/freebsd-10-stable/sys/vm/
H A Dvnode_pager.c874 unmapped_buf_allowed) {
H A Dswap_pager.c764 unmapped_buf_allowed) {
/freebsd-10-stable/sys/geom/
H A Dgeom_io.c738 KASSERT(unmapped_buf_allowed, ("unmapped disabled"));
/freebsd-10-stable/sys/powerpc/aim/
H A Dmmu_oea64.c662 * Allow user to override unmapped_buf_allowed for testing.
665 if (!TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed",
666 &unmapped_buf_allowed))
667 unmapped_buf_allowed = hw_direct_map;
/freebsd-10-stable/sys/ia64/ia64/
H A Dmachdep.c136 int unmapped_buf_allowed = 0; variable
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dpmap.c1944 int unmapped_buf_allowed; variable
/freebsd-10-stable/sys/arm/arm/
H A Dpmap-v6.c4606 int unmapped_buf_allowed = 1; variable
H A Dpmap.c4333 int unmapped_buf_allowed = 0; variable
/freebsd-10-stable/sys/i386/xen/
H A Dpmap.c3472 int unmapped_buf_allowed = 1;
3471 int unmapped_buf_allowed = 1; variable
/freebsd-10-stable/sys/mips/mips/
H A Dpmap.c2590 int unmapped_buf_allowed; variable
/freebsd-10-stable/sys/i386/i386/
H A Dpmap.c4403 int unmapped_buf_allowed = 1;
4402 int unmapped_buf_allowed = 1; variable
/freebsd-10-stable/sys/amd64/amd64/
H A Dpmap.c5150 int unmapped_buf_allowed = 1;
5149 int unmapped_buf_allowed = 1; variable

Completed in 214 milliseconds