Searched refs:blk_count (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Dconfig.h202 struct blk_count { struct in struct:check_fit
207 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c327 uint64_t blk_count = 0; local
362 blk_count++;
388 zilog->zl_parse_blk_count = blk_count;
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nic.c1455 uint32_t blk_size, blk_count, blks_per_piobuf; local
1464 blk_count = (encp->enc_piobuf_limit * blks_per_piobuf);
1468 (edlp->edl_max_pio_alloc_count < blk_count)) {
1469 blk_count = edlp->edl_max_pio_alloc_count;
1474 (blk_count + (blks_per_piobuf - 1)) / blks_per_piobuf;

Completed in 132 milliseconds