Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzcp.h118 list_t zri_cleanup_handlers; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c177 list_insert_head(&ri->zri_cleanup_handlers, zch); in zcp_register_cleanup()
186 list_remove(&ri->zri_cleanup_handlers, zch); in zcp_deregister_cleanup()
200 list_remove_head(&ri->zri_cleanup_handlers); zch != NULL; in zcp_cleanup()
201 zch = list_remove_head(&ri->zri_cleanup_handlers)) { in zcp_cleanup()
823 list_create(&ri->zri_cleanup_handlers, sizeof (zcp_cleanup_handler_t), in zcp_eval_impl()
867 list_destroy(&ri->zri_cleanup_handlers); in zcp_eval_impl()