Home
last modified time | relevance | path

Searched refs:arc_watch (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h334 extern boolean_t arc_watch;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_misc.c2372 arc_watch = B_TRUE; in spa_init()
H A Darc.c316 boolean_t arc_watch = B_FALSE; variable
1563 if (arc_watch) { in arc_buf_unwatch()
1575 if (arc_watch) in arc_buf_watch()
H A Dzio.c187 if (arc_watch && !IS_P2ALIGNED(size, PAGESIZE)) in zio_init()