Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h352 extern boolean_t arc_watch;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c2565 arc_watch = B_TRUE; in spa_init()
H A Darc.c316 boolean_t arc_watch = B_FALSE; variable
1526 if (arc_watch) { in arc_buf_unwatch()
1539 if (arc_watch) in arc_buf_watch()
H A Dzio.c186 if (arc_watch && !IS_P2ALIGNED(size, PAGESIZE)) in zio_init()