Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c1249 uint64_t alloc, mlim_hard, mlim_soft, mused; in dsl_scan_should_clear() local
1260 mused = 0; in dsl_scan_should_clear()
1269 mused += zfs_btree_numnodes(&queue->q_exts_by_size) * in dsl_scan_should_clear()
1275 dprintf("current scan memory usage: %llu bytes\n", (longlong_t)mused); in dsl_scan_should_clear()
1277 if (mused == 0) in dsl_scan_should_clear()
1285 if (mused >= mlim_hard) in dsl_scan_should_clear()
1287 else if (mused < mlim_soft) in dsl_scan_should_clear()