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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1360 boolean_t l2arc_noprefetch = B_TRUE; /* don't cache prefetch bufs */ variable
1375 SYSCTL_INT(_vfs_zfs, OID_AUTO, l2arc_noprefetch, CTLFLAG_RWTUN,
1376 &l2arc_noprefetch, 0, "don't cache prefetch bufs");
5302 if (l2arc_noprefetch && HDR_PREFETCH(hdr))
5734 * 5. This isn't prefetch and l2arc_noprefetch is set.
5738 !(l2arc_noprefetch && HDR_PREFETCH(hdr))) {
7112 * l2arc_noprefetch skip caching prefetched buffers

Completed in 71 milliseconds