1
2 /*
3 * Copyright (c) 2018 by Delphix. All rights reserved.
4 */
5
6 txg-syncing
7 {
8 this->dp = (dsl_pool_t *)arg0;
9 this->txg = arg1;
10 }
11
12 txg-syncing
13 /this->dp->dp_spa->spa_name == $$1/
14 {
15 printf("%p: %4dMB of %4dMB used", this->txg, this->dp->dp_dirty_total / 1024 / 1024,
16 `zfs_dirty_data_max / 1024 / 1024);
17 }