Searched defs:bpe (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbplist.c48 bplist_entry_t *bpe = kmem_alloc(sizeof (*bpe), KM_SLEEP); local
51 bpe->bpe_blk = *bp;
52 list_insert_tail(&bpl->bpl_list, bpe);
65 bplist_entry_t *bpe; local
68 while (bpe = list_head(&bpl->bpl_list)) {
69 bplist_iterate_last_removed = bpe;
70 list_remove(&bpl->bpl_list, bpe);
72 func(arg, &bpe->bpe_blk, tx);
73 kmem_free(bpe, sizeo
[all...]

Completed in 61 milliseconds