Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzil.c1895 list_t clean_list; in zil_remove_async() local
1899 list_create(&clean_list, sizeof (itx_t), offsetof(itx_t, itx_node)); in zil_remove_async()
1921 list_move_tail(&clean_list, &ian->ia_list); in zil_remove_async()
1924 while ((itx = list_head(&clean_list)) != NULL) { in zil_remove_async()
1925 list_remove(&clean_list, itx); in zil_remove_async()
1930 list_destroy(&clean_list); in zil_remove_async()