Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzil.c1212 list_t clean_list; in zil_remove_async() local
1216 list_create(&clean_list, sizeof (itx_t), offsetof(itx_t, itx_node)); in zil_remove_async()
1238 list_move_tail(&clean_list, &ian->ia_list); in zil_remove_async()
1241 while ((itx = list_head(&clean_list)) != NULL) { in zil_remove_async()
1242 list_remove(&clean_list, itx); in zil_remove_async()
1246 list_destroy(&clean_list); in zil_remove_async()
/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c957 struct clean_list { in clean_dr_list() struct
958 struct clean_list *next; in clean_dr_list() argument