Searched refs:bpl_list (Results 1 – 3 of 3) sorted by relevance
35 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()42 list_destroy(&bpl->bpl_list); in bplist_destroy()53 list_insert_tail(&bpl->bpl_list, bpe); in bplist_append()69 while ((bpe = list_remove_head(&bpl->bpl_list))) { in bplist_iterate()85 while ((bpe = list_remove_head(&bpl->bpl_list))) in bplist_clear()
893 ASSERT(list_is_empty(&dd->dd_pending_allocs.bpl_list)); in dsl_clone_destroy_assert()894 ASSERT(list_is_empty(&dd->dd_pending_frees.bpl_list)); in dsl_clone_destroy_assert()
44 list_t bpl_list; member