Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h225 list_t zl_itx_commit_list; /* itx list to be committed */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c2899 list_t *commit_list = &zilog->zl_itx_commit_list; in zil_get_commit_list()
3034 while ((itx = list_head(&zilog->zl_itx_commit_list)) != NULL) { in zil_prune_commit_list()
3057 list_remove(&zilog->zl_itx_commit_list, itx); in zil_prune_commit_list()
3110 if (!list_is_empty(&zilog->zl_itx_commit_list) || in zil_burst_done()
3149 if (list_is_empty(&zilog->zl_itx_commit_list)) in zil_process_commit_list()
3183 while ((itx = list_remove_head(&zilog->zl_itx_commit_list)) != NULL) { in zil_process_commit_list()
4325 list_create(&zilog->zl_itx_commit_list, sizeof (itx_t), in zil_alloc()
4355 ASSERT(list_is_empty(&zilog->zl_itx_commit_list)); in zil_free()
4356 list_destroy(&zilog->zl_itx_commit_list); in zil_free()