Lines Matching defs:threshold
93 * threshold for switching from parallel lzjb to paralled bzip2 is
394 int threshold; /* ncpu threshold for bzip2 */
508 * The ncpu threshold is selected with dump_plat_mincpu.
526 * Faster dump devices have larger I/O buffers. The threshold value is
529 * the threshold is 3X; for buffers >= 256K threshold is 2X.
603 /* increase threshold for faster disks */
604 new->threshold = dump_plat_mincpu;
606 new->threshold *= 3;
608 new->threshold *= 2;
610 /* figure compression level based upon the computed threshold. */
614 } else if ((new->nhelper + 1) >= new->threshold) {
988 endsz = (cfg->maxsize * cfg->threshold) / cfg->nhelper;