Home
last modified time | relevance | path

Searched refs:bpl (Results 1 – 17 of 17) sorted by relevance

/src/sys/contrib/openzfs/module/zfs/
H A Dbplist.c32 bplist_create(bplist_t *bpl) in bplist_create() argument
34 mutex_init(&bpl->bpl_lock, NULL, MUTEX_DEFAULT, NULL); in bplist_create()
35 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()
40 bplist_destroy(bplist_t *bpl) in bplist_destroy() argument
42 list_destroy(&bpl->bpl_list); in bplist_destroy()
43 mutex_destroy(&bpl->bpl_lock); in bplist_destroy()
47 bplist_append(bplist_t *bpl, const blkptr_t *bp) in bplist_append() argument
51 mutex_enter(&bpl->bpl_lock); in bplist_append()
53 list_insert_tail(&bpl->bpl_list, bpe); in bplist_append()
54 mutex_exit(&bpl->bpl_lock); in bplist_append()
[all …]
H A Dbpobj.c1030 bplist_t *bpl = arg; in bplist_append_cb() local
1031 bplist_append(bpl, bp); in bplist_append_cb()
H A Dspa.c10027 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx) argument
10030 bplist_iterate(bpl, spa_free_sync_cb, zio, tx);
/src/sys/contrib/openzfs/include/sys/
H A Dbplist.h49 void bplist_create(bplist_t *bpl);
50 void bplist_destroy(bplist_t *bpl);
51 void bplist_append(bplist_t *bpl, const blkptr_t *bp);
52 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func,
54 void bplist_clear(bplist_t *bpl);
/src/tools/debugscripts/
H A Dgdbinit.kernel59 # (gdb) bpl bp
60 define bpl
122 document bpl
141 document bpl
/src/sys/dev/vt/hw/fb/
H A Dvt_fb.c286 int bpp, bpl, xi, yi; in vt_fb_bitblt_bitmap() local
293 bpl = (width + 7) / 8; /* Bytes per source line. */ in vt_fb_bitblt_bitmap()
313 byte = yi * bpl + xi / 8; in vt_fb_bitblt_bitmap()
/src/sys/crypto/openssl/amd64/
H A Drc4-md5-x86_64.S41 movb -8(%rdi),%bpl
44 incb %bpl
634 addb $32,%bpl
1211 addb $32,%bpl
1232 movb %sil,%bpl
1260 subb $1,%bpl
/src/sys/libkern/arm/
H A Ddivsi3.S65 bpl .L_divide_l1
107 bpl .L_old_code
/src/lib/libc/arm/gen/
H A Ddivsi3.S63 bpl .L_divide_l1
101 bpl .L_old_code
/src/sys/dev/fb/
H A Dvga.c1234 int bpl; /* bytes per line */ in set_line_length() local
1247 bpl = (howmany(pixel, ppw)/2)*4; in set_line_length()
1251 bpl = rounddown(pixel + 7, 8); in set_line_length()
1255 bpl = (pixel + 7)/8; /* columns */ in set_line_length()
1265 adp->va_line_width = bpl; in set_line_length()
/src/sys/crypto/openssl/arm/
H A Dghash-armv4.S129 bpl .Linner
280 bpl .Loop
/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h261 DEFINE_GPR_PSEUDO_8L(bpl, rbp), DEFINE_GPR_PSEUDO_8L(spl, rsp),
H A DRegisterInfos_x86_64_with_base.h244 DEFINE_GPR_PSEUDO_8L(bpl, rbp), DEFINE_GPR_PSEUDO_8L(spl, rsp),
/src/stand/common/
H A Dgfx_fb.c963 uint32_t fgc, bgc, bpl, cc, o; in gfx_bitblt_bitmap() local
970 bpl = (width + 7) / 8; /* Bytes per source line. */ in gfx_bitblt_bitmap()
1000 byte = y * bpl + x / 8; in gfx_bitblt_bitmap()
/src/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1629 bpl .Lxts_enc_loop
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td66 def BPL : X86Reg<"bpl", 5>;
/src/sys/crypto/openssl/aarch64/
H A Dbsaes-armv8.S1596 bpl .Lxts_enc_loop
2048 bpl .Lxts_dec_loop