Searched refs:bplist_entry_t (Results 1 – 2 of 2) sorted by relevance
34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()35 offsetof(bplist_entry_t, bpe_node)); in bplist_create()48 bplist_entry_t *bpe = kmem_alloc(sizeof (*bpe), KM_SLEEP); in bplist_append()60 static bplist_entry_t *bplist_iterate_last_removed;65 bplist_entry_t *bpe; in bplist_iterate()
38 } bplist_entry_t; typedef