itxs
zil_itxg_clean(itxs_t *itxs)
list = &itxs->i_sync_list;
t = &itxs->i_async_tree;
kmem_free(itxs, sizeof (itxs_t));
itxs_t *itxs, *clean = NULL;
itxs = itxg->itxg_itxs;
if (itxs != NULL) {
itxs = itxg->itxg_itxs = kmem_zalloc(sizeof (itxs_t), KM_SLEEP);
list_create(&itxs->i_sync_list, sizeof (itx_t),
avl_create(&itxs->i_async_tree, zil_aitx_compare,
list_insert_tail(&itxs->i_sync_list, itx);
avl_tree_t *t = &itxs->i_async_tree;