Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsubr_param.c227 TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed", &unmapped_buf_allowed); in init_param1()
Dvfs_cluster.c106 if (!unmapped_buf_allowed) in cluster_read()
660 if (!unmapped_buf_allowed) in cluster_write()
821 if (!unmapped_buf_allowed) in cluster_wbuild()
Dkern_physio.c102 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) { in physio()
Dvfs_bio.c313 SYSCTL_INT(_vfs, OID_AUTO, unmapped_buf_allowed,
315 &unmapped_buf_allowed, 0,
1099 if (bio_transient_maxcnt == 0 && unmapped_buf_allowed) { in kern_vfs_bio_buffer_alloc()
3250 if (!unmapped_buf_allowed) in getnewbuf()
3864 if (!unmapped_buf_allowed) in getblkx()
4933 if (mapbuf || !unmapped_buf_allowed) { in vmapbuf()
5080 KASSERT(unmapped_buf_allowed, ("unmapped")); in bdata2bio()
Dvfs_aio.c1254 if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) { in aio_qbio()
/freebsd-12-stable/sys/powerpc/powerpc/
Dpmap_dispatch.c622 int unmapped_buf_allowed; variable
/freebsd-12-stable/sys/sys/
Dsystm.h187 extern int unmapped_buf_allowed;
/freebsd-12-stable/sys/geom/
Dgeom_io.c792 KASSERT(unmapped_buf_allowed, ("unmapped disabled")); in g_io_transient_map_bio()
/freebsd-12-stable/sys/powerpc/aim/
Dmmu_oea64.c694 &unmapped_buf_allowed)) in moea64_setup_direct_map()
695 unmapped_buf_allowed = hw_direct_map; in moea64_setup_direct_map()
/freebsd-12-stable/sys/vm/
Dvnode_pager.c1051 unmapped_buf_allowed) { in vnode_pager_generic_getpages()
Dswap_pager.c785 unmapped_buf_allowed) { in swp_pager_strategy()
/freebsd-12-stable/sys/sparc64/sparc64/
Dpmap.c1971 int unmapped_buf_allowed; variable
/freebsd-12-stable/sys/mips/mips/
Dpmap.c2711 int unmapped_buf_allowed; variable
/freebsd-12-stable/sys/arm/arm/
Dpmap-v4.c3952 int unmapped_buf_allowed = 0; variable
Dpmap-v6.c5966 int unmapped_buf_allowed = 1; variable
/freebsd-12-stable/sys/riscv/riscv/
Dpmap.c3391 int unmapped_buf_allowed = 1; variable
/freebsd-12-stable/sys/i386/i386/
Dpmap.c4630 int unmapped_buf_allowed = 1; variable
/freebsd-12-stable/sys/arm64/arm64/
Dpmap.c4077 int unmapped_buf_allowed = 1; variable
/freebsd-12-stable/sys/amd64/amd64/
Dpmap.c6778 int unmapped_buf_allowed = 1; variable