Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDsubr_param.c225 TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed", &unmapped_buf_allowed); in init_param1()
HDvfs_cluster.c105 if (!unmapped_buf_allowed) in cluster_read()
656 if (!unmapped_buf_allowed) in cluster_write()
817 if (!unmapped_buf_allowed) in cluster_wbuild()
HDkern_physio.c98 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) { in physio()
HDvfs_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) { in kern_vfs_bio_buffer_alloc()
2963 if (!unmapped_buf_allowed) in getnewbuf()
3531 if (!unmapped_buf_allowed) in getblk()
4595 if (mapbuf || !unmapped_buf_allowed) { in vmapbuf()
4761 KASSERT(unmapped_buf_allowed, ("unmapped")); in bdata2bio()
HDvfs_aio.c1255 if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) { in aio_qbio()
/freebsd-11-stable/sys/sys/
HDsystm.h162 extern int unmapped_buf_allowed;
/freebsd-11-stable/sys/powerpc/powerpc/
HDpmap_dispatch.c612 int unmapped_buf_allowed; variable
/freebsd-11-stable/sys/geom/
HDgeom_io.c786 KASSERT(unmapped_buf_allowed, ("unmapped disabled")); in g_io_transient_map_bio()
/freebsd-11-stable/sys/powerpc/aim/
HDmmu_oea64.c681 &unmapped_buf_allowed)) in moea64_setup_direct_map()
682 unmapped_buf_allowed = hw_direct_map; in moea64_setup_direct_map()
/freebsd-11-stable/sys/vm/
HDvnode_pager.c972 unmapped_buf_allowed) { in vnode_pager_generic_getpages()
HDswap_pager.c745 unmapped_buf_allowed) { in swp_pager_strategy()
/freebsd-11-stable/sys/sparc64/sparc64/
HDpmap.c2008 int unmapped_buf_allowed; variable
/freebsd-11-stable/sys/riscv/riscv/
HDpmap.c2554 int unmapped_buf_allowed = 1; variable
/freebsd-11-stable/sys/mips/mips/
HDpmap.c2612 int unmapped_buf_allowed; variable
/freebsd-11-stable/sys/arm/arm/
HDpmap-v4.c4354 int unmapped_buf_allowed = 0; variable
HDpmap-v6.c5907 int unmapped_buf_allowed = 1; variable
/freebsd-11-stable/sys/arm64/arm64/
HDpmap.c3493 int unmapped_buf_allowed = 1; variable
/freebsd-11-stable/sys/i386/i386/
HDpmap.c4369 int unmapped_buf_allowed = 1; variable
/freebsd-11-stable/sys/amd64/amd64/
HDpmap.c5800 int unmapped_buf_allowed = 1; variable