Home
last modified time | relevance | path

Searched refs:unmapped_buf_allowed (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cluster.c104 if (!unmapped_buf_allowed) in cluster_read()
649 if (!unmapped_buf_allowed) in cluster_write()
815 if (!unmapped_buf_allowed) in cluster_wbuild()
H A Dkern_physio.c94 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) { in physio()
H A Dsubr_param.c266 TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed", &unmapped_buf_allowed); in init_param1()
H A Dvfs_bio.c325 SYSCTL_INT(_vfs, OID_AUTO, unmapped_buf_allowed,
327 &unmapped_buf_allowed, 0,
1090 unmapped_buf_allowed = 0; in kern_vfs_bio_buffer_alloc()
1149 if (bio_transient_maxcnt == 0 && unmapped_buf_allowed) { in kern_vfs_bio_buffer_alloc()
3362 if (!unmapped_buf_allowed) in getnewbuf()
3997 if (!unmapped_buf_allowed) in getblkx()
5107 if (mapbuf || !unmapped_buf_allowed) { in vmapbuf()
5256 KASSERT(unmapped_buf_allowed, ("unmapped")); in bdata2bio()
H A Dvfs_aio.c1278 use_unmapped = (dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed; in aio_qbio()
/freebsd/sys/powerpc/powerpc/
H A Dpmap_dispatch.c243 int unmapped_buf_allowed; variable
/freebsd/sys/i386/i386/
H A Dpmap_base.c119 int unmapped_buf_allowed = 1; variable
/freebsd/sys/sys/
H A Dsystm.h116 extern int unmapped_buf_allowed;
/freebsd/sys/geom/
H A Dgeom_io.c755 KASSERT(unmapped_buf_allowed, ("unmapped disabled")); in g_io_transient_map_bio()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c1083 if (!unmapped_buf_allowed) in vdev_geom_check_unmapped()
/freebsd/sys/vm/
H A Dvnode_pager.c1092 unmapped_buf_allowed) { in vnode_pager_generic_getpages()
H A Dswap_pager.c990 unmapped_buf_allowed) { in swp_pager_strategy()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c908 &unmapped_buf_allowed)) in moea64_setup_direct_map()
909 unmapped_buf_allowed = hw_direct_map; in moea64_setup_direct_map()
/freebsd/sys/riscv/riscv/
H A Dpmap.c3993 int unmapped_buf_allowed = 1; variable
/freebsd/sys/arm/arm/
H A Dpmap-v6.c5959 int unmapped_buf_allowed = 1; variable
/freebsd/sys/arm64/arm64/
H A Dpmap.c6900 int unmapped_buf_allowed = 1; variable
/freebsd/sys/amd64/amd64/
H A Dpmap.c8289 int unmapped_buf_allowed = 1; variable