Home
last modified time | relevance | path

Searched refs:l2arc_noprefetch (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c154 extern int l2arc_noprefetch; /* don't cache prefetch bufs */
169 SYSCTL_INT(_vfs_zfs, OID_AUTO, l2arc_noprefetch, CTLFLAG_RW,
170 &l2arc_noprefetch, 0, "don't cache prefetch bufs (LEGACY)");
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg40 L2ARC_NOPREFETCH l2arc.noprefetch l2arc_noprefetch
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c832 int l2arc_noprefetch = B_TRUE; /* don't cache prefetch bufs */ variable
5731 if (l2arc_noprefetch && HDR_PREFETCH(hdr)) in arc_read_done()
6319 !(l2arc_noprefetch && HDR_PREFETCH(hdr))) { in arc_read()