| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | bplist.c | 32 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 D | bpobj.c | 1030 bplist_t *bpl = arg; in bplist_append_cb() local 1031 bplist_append(bpl, bp); in bplist_append_cb()
|
| H A D | spa.c | 10027 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 D | bplist.h | 49 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 D | gdbinit.kernel | 59 # (gdb) bpl bp 60 define bpl 122 document bpl 141 document bpl
|
| /src/sys/dev/vt/hw/fb/ |
| H A D | vt_fb.c | 286 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 D | rc4-md5-x86_64.S | 41 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 D | divsi3.S | 65 bpl .L_divide_l1 107 bpl .L_old_code
|
| /src/lib/libc/arm/gen/ |
| H A D | divsi3.S | 63 bpl .L_divide_l1 101 bpl .L_old_code
|
| /src/sys/dev/fb/ |
| H A D | vga.c | 1234 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 D | ghash-armv4.S | 129 bpl .Linner 280 bpl .Loop
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_x86_64.h | 261 DEFINE_GPR_PSEUDO_8L(bpl, rbp), DEFINE_GPR_PSEUDO_8L(spl, rsp),
|
| H A D | RegisterInfos_x86_64_with_base.h | 244 DEFINE_GPR_PSEUDO_8L(bpl, rbp), DEFINE_GPR_PSEUDO_8L(spl, rsp),
|
| /src/stand/common/ |
| H A D | gfx_fb.c | 963 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 D | bsaes-armv8.pl | 1629 bpl .Lxts_enc_loop
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 66 def BPL : X86Reg<"bpl", 5>;
|
| /src/sys/crypto/openssl/aarch64/ |
| H A D | bsaes-armv8.S | 1596 bpl .Lxts_enc_loop 2048 bpl .Lxts_dec_loop
|