Lines Matching defs:threshold
97 * threshold for switching from parallel lzjb to paralled bzip2 is
398 int threshold; /* ncpu threshold for bzip2 */
521 * The ncpu threshold is selected with dump_plat_mincpu.
539 * Faster dump devices have larger I/O buffers. The threshold value is
542 * the threshold is 3X; for buffers >= 256K threshold is 2X.
616 /* increase threshold for faster disks */
617 new->threshold = dump_plat_mincpu;
619 new->threshold *= 3;
621 new->threshold *= 2;
623 /* figure compression level based upon the computed threshold. */
627 } else if ((new->nhelper + 1) >= new->threshold) {
1013 endsz = (cfg->maxsize * cfg->threshold) / cfg->nhelper;