Home
last modified time | relevance | path

Searched refs:zfs_async_block_max_blocks (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg23 ASYNC_BLOCK_MAX_BLOCKS async_block_max_blocks zfs_async_block_max_blocks
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c208 static uint64_t zfs_async_block_max_blocks = UINT64_MAX; variable
3524 if (zfs_async_block_max_blocks != 0 && in dsl_scan_async_block_should_pause()
3525 scn->scn_visited_this_txg >= zfs_async_block_max_blocks) { in dsl_scan_async_block_should_pause()