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

/freebsd-11-stable/sys/kern/
H A Dsubr_param.c225 TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed", &unmapped_buf_allowed);
H A Dkern_physio.c98 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) {
H A Dvfs_cluster.c105 if (!unmapped_buf_allowed)
656 if (!unmapped_buf_allowed)
817 if (!unmapped_buf_allowed)
H A Dvfs_bio.c246 SYSCTL_INT(_vfs, OID_AUTO, unmapped_buf_allowed, CTLFLAG_RD,
247 &unmapped_buf_allowed, 0,
982 if (bio_transient_maxcnt == 0 && unmapped_buf_allowed) {
2963 if (!unmapped_buf_allowed)
3531 if (!unmapped_buf_allowed)
4595 if (mapbuf || !unmapped_buf_allowed) {
4761 KASSERT(unmapped_buf_allowed, ("unmapped"));
H A Dvfs_aio.c1255 if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) {
/freebsd-11-stable/sys/sys/
H A Dsystm.h162 extern int unmapped_buf_allowed;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dpmap_dispatch.c612 int unmapped_buf_allowed; variable
/freebsd-11-stable/sys/geom/
H A Dgeom_io.c786 KASSERT(unmapped_buf_allowed, ("unmapped disabled"));
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c677 * Allow user to override unmapped_buf_allowed for testing.
680 if (!TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed",
681 &unmapped_buf_allowed))
682 unmapped_buf_allowed = hw_direct_map;
/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c972 unmapped_buf_allowed) {
H A Dswap_pager.c745 unmapped_buf_allowed) {
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c2008 int unmapped_buf_allowed; variable
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c2554 int unmapped_buf_allowed = 1; variable
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c2612 int unmapped_buf_allowed; variable
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c4354 int unmapped_buf_allowed = 0; variable
H A Dpmap-v6.c5907 int unmapped_buf_allowed = 1; variable
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c3493 int unmapped_buf_allowed = 1; variable
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c4369 int unmapped_buf_allowed = 1; variable
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c5801 int unmapped_buf_allowed = 1;
5800 int unmapped_buf_allowed = 1; variable

Completed in 349 milliseconds