Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_physio.c105 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) { in physio()
H A Dsubr_param.c238 TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed", &unmapped_buf_allowed); in init_param1()
H A Dvfs_cluster.c117 if (!unmapped_buf_allowed) in cluster_read()
662 if (!unmapped_buf_allowed) in cluster_write()
822 if (!unmapped_buf_allowed) in cluster_wbuild()
H A Dvfs_bio.c319 SYSCTL_INT(_vfs, OID_AUTO, unmapped_buf_allowed, CTLFLAG_RD,
320 &unmapped_buf_allowed, 0,
1102 if (bio_transient_maxcnt == 0 && unmapped_buf_allowed) { in kern_vfs_bio_buffer_alloc()
3286 if (!unmapped_buf_allowed) in getnewbuf()
3897 if (!unmapped_buf_allowed) in getblkx()
4964 if (mapbuf || !unmapped_buf_allowed) { in vmapbuf()
5111 KASSERT(unmapped_buf_allowed, ("unmapped")); in bdata2bio()
H A Dvfs_aio.c1271 use_unmapped = (dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed; in aio_qbio()
/f-stack/freebsd/i386/i386/
H A Dpmap_base.c122 int unmapped_buf_allowed = 1; variable
/f-stack/freebsd/sys/
H A Dsystm.h216 extern int unmapped_buf_allowed;
/f-stack/lib/
H A Dff_glue.c193 int unmapped_buf_allowed = 1; variable
/f-stack/freebsd/vm/
H A Dvnode_pager.c1049 unmapped_buf_allowed) { in vnode_pager_generic_getpages()
H A Dswap_pager.c854 unmapped_buf_allowed) { in swp_pager_strategy()
/f-stack/freebsd/mips/mips/
H A Dpmap.c2678 int unmapped_buf_allowed; variable
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c5946 int unmapped_buf_allowed = 1; variable
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c4888 int unmapped_buf_allowed = 1; variable
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c7806 int unmapped_buf_allowed = 1; variable