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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzil.c1262 list_t clean_list; local
1266 list_create(&clean_list, sizeof (itx_t), offsetof(itx_t, itx_node));
1288 list_move_tail(&clean_list, &ian->ia_list);
1291 while ((itx = list_head(&clean_list)) != NULL) {
1292 list_remove(&clean_list, itx);
1296 list_destroy(&clean_list);

Completed in 347 milliseconds