Searched refs:bpl_list (Results 1 – 3 of 3) sorted by relevance
34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()41 list_destroy(&bpl->bpl_list); in bplist_destroy()52 list_insert_tail(&bpl->bpl_list, bpe); in bplist_append()68 while ((bpe = list_remove_head(&bpl->bpl_list))) { in bplist_iterate()84 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()
43 list_t bpl_list; member