Searched refs:zl_itx_commit_list (Results 1 – 2 of 2) sorted by relevance
200 list_t zl_itx_commit_list; /* itx list to be committed */ member
1920 list_t *commit_list = &zilog->zl_itx_commit_list; in zil_get_commit_list()2031 while (itx = list_head(&zilog->zl_itx_commit_list)) { in zil_prune_commit_list()2055 list_remove(&zilog->zl_itx_commit_list, itx); in zil_prune_commit_list()2110 if (list_head(&zilog->zl_itx_commit_list) == NULL) in zil_process_commit_list()2125 while (itx = list_head(&zilog->zl_itx_commit_list)) { in zil_process_commit_list()2196 list_remove(&zilog->zl_itx_commit_list, itx); in zil_process_commit_list()2995 list_create(&zilog->zl_itx_commit_list, sizeof (itx_t), in zil_alloc()3014 ASSERT(list_is_empty(&zilog->zl_itx_commit_list)); in zil_free()3015 list_destroy(&zilog->zl_itx_commit_list); in zil_free()