Home
last modified time | relevance | path

Searched refs:min_bytes (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_queue.c543 uint64_t min_bytes = zfs_dirty_data_max * in vdev_queue_max_async_writes() local
556 if (dirty < min_bytes) in vdev_queue_max_async_writes()
567 writes = (dirty - min_bytes) * in vdev_queue_max_async_writes()
570 (max_bytes - min_bytes) + in vdev_queue_max_async_writes()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsrec.c457 unsigned int bytes, min_bytes; in srec_scan() local
480 min_bytes = 3; in srec_scan()
482 min_bytes = 4; in srec_scan()
484 min_bytes = 5; in srec_scan()
485 if (bytes < min_bytes) in srec_scan()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsrec.c457 unsigned int bytes, min_bytes; in srec_scan() local
480 min_bytes = 3; in srec_scan()
482 min_bytes = 4; in srec_scan()
484 min_bytes = 5; in srec_scan()
485 if (bytes < min_bytes) in srec_scan()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-loongarch.c1047 int min_bytes = 4; /* One branch instruction. */ in append_fixp_and_insn() local
1056 append_relaxed_branch_insn (ip, max_bytes, min_bytes, in append_fixp_and_insn()
H A Dtc-xtensa.c8504 offsetT min_bytes; in xtensa_fix_close_loop_end_frags() local
8509 min_bytes = min_bytes_to_other_loop_end in xtensa_fix_close_loop_end_frags()
8512 if (min_bytes < REQUIRED_LOOP_DIVIDING_BYTES) in xtensa_fix_close_loop_end_frags()
8518 while (min_bytes + bytes_added in xtensa_fix_close_loop_end_frags()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c8516 offsetT min_bytes; in xtensa_fix_close_loop_end_frags() local
8521 min_bytes = min_bytes_to_other_loop_end in xtensa_fix_close_loop_end_frags()
8524 if (min_bytes < REQUIRED_LOOP_DIVIDING_BYTES) in xtensa_fix_close_loop_end_frags()
8530 while (min_bytes + bytes_added in xtensa_fix_close_loop_end_frags()