Searched refs:zcp_cleanup_handler_t (Results 1 – 3 of 3) sorted by relevance
53 } zcp_cleanup_handler_t; typedef110 zcp_cleanup_handler_t *zcp_register_cleanup(lua_State *, zcp_cleanup_t, void *);111 void zcp_deregister_cleanup(lua_State *, zcp_cleanup_handler_t *);
187 zcp_cleanup_handler_t *192 zcp_cleanup_handler_t *zch = kmem_alloc(sizeof (*zch), KM_SLEEP); in zcp_register_cleanup()201 zcp_deregister_cleanup(lua_State *state, zcp_cleanup_handler_t *zch) in zcp_deregister_cleanup()217 for (zcp_cleanup_handler_t *zch = in zcp_cleanup()842 list_create(&ri.zri_cleanup_handlers, sizeof (zcp_cleanup_handler_t), in zcp_eval_impl()843 offsetof(zcp_cleanup_handler_t, zch_node)); in zcp_eval_impl()
266 zcp_cleanup_handler_t *zch = zcp_register_cleanup(state, in zcp_synctask_snapshot()282 zcp_cleanup_handler_t *zch; in zcp_synctask_wrapper()