Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c77 uu_list_pool_t *cl_pool; member
384 if (clp->cl_pool) in changelist_free()
385 uu_list_pool_destroy(clp->cl_pool); in changelist_free()
454 uu_list_node_init(cn, &cn->cn_listnode, clp->cl_pool); in change_one()
565 clp->cl_pool = uu_list_pool_create("changelist_pool", in changelist_gather()
569 if (clp->cl_pool == NULL) { in changelist_gather()
576 clp->cl_list = uu_list_create(clp->cl_pool, NULL, in changelist_gather()
663 uu_list_node_init(cn, &cn->cn_listnode, clp->cl_pool); in changelist_gather()