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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c3642 boolean_t should_clear = dsl_scan_should_clear(scn); local
3643 if (should_clear && !scn->scn_clearing) {
3646 } else if (!should_clear && scn->scn_clearing) {

Completed in 104 milliseconds