Searched refs:min_bytes (Results 1 – 6 of 6) sorted by relevance
543 uint64_t min_bytes = zfs_dirty_data_max * in vdev_queue_max_async_writes() local556 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()
457 unsigned int bytes, min_bytes; in srec_scan() local480 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()
1047 int min_bytes = 4; /* One branch instruction. */ in append_fixp_and_insn() local1056 append_relaxed_branch_insn (ip, max_bytes, min_bytes, in append_fixp_and_insn()
8504 offsetT min_bytes; in xtensa_fix_close_loop_end_frags() local8509 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()
8516 offsetT min_bytes; in xtensa_fix_close_loop_end_frags() local8521 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()