Searched refs:bpl (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | bplist.c | 31 bplist_create(bplist_t *bpl) in bplist_create() argument 39 bplist_destroy(bplist_t *bpl) in bplist_destroy() argument 41 list_destroy(&bpl->bpl_list); in bplist_destroy() 50 mutex_enter(&bpl->bpl_lock); in bplist_append() 53 mutex_exit(&bpl->bpl_lock); in bplist_append() 67 mutex_enter(&bpl->bpl_lock); in bplist_iterate() 71 mutex_exit(&bpl->bpl_lock); in bplist_iterate() 76 mutex_exit(&bpl->bpl_lock); in bplist_iterate() 80 bplist_clear(bplist_t *bpl) in bplist_clear() argument 84 mutex_enter(&bpl->bpl_lock); in bplist_clear() [all …]
|
| H A D | bpobj.c | 940 bplist_t *bpl = arg; in bplist_append_cb() local 941 bplist_append(bpl, bp); in bplist_append_cb()
|
| H A D | spa.c | 8309 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx) argument 8312 bplist_iterate(bpl, spa_free_sync_cb, zio, tx);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | bplist.h | 48 void bplist_create(bplist_t *bpl); 49 void bplist_destroy(bplist_t *bpl); 50 void bplist_append(bplist_t *bpl, const blkptr_t *bp); 51 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func, 53 void bplist_clear(bplist_t *bpl);
|
| /f-stack/freebsd/libkern/arm/ |
| H A D | divsi3.S | 67 bpl .L_divide_l1 109 bpl .L_old_code
|
| /f-stack/freebsd/crypto/openssl/amd64/ |
| H A D | rc4-md5-x86_64.S | 42 movb -8(%rdi),%bpl 45 incb %bpl 635 addb $32,%bpl 1212 addb $32,%bpl 1233 movb %sil,%bpl 1261 subb $1,%bpl
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ghash-armv4.S | 129 bpl .Linner 280 bpl .Loop
|
| H A D | bsaes-armv7.S | 1737 bpl .Lxts_enc_loop 2228 bpl .Lxts_dec_loop
|