HomeSort by: relevance | last modified time | path
    Searched refs:benefit (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/unit-tests/
posix-varassign.mk 11 # little benefit.
cmdline.mk 46 # Preserving '#' and trailing whitespace has the benefit that when passing
directive-for-empty.mk 115 # Using a separate scope has the benefit that Var_Parse already allows for
directive-include-guard.mk 442 # guard has the benefit that a target cannot be undefined once it is defined.
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 746 int64_t age, benefit, cost; local in function:calc_cb
769 /* No benefit */
784 * The non-degenerate case. Use Rosenblum's cost-benefit algorithm.
785 * Calculate the benefit from cleaning this segment (one segment,
791 benefit = (int64_t)lfs_sb_getssize(fs) - t->nbytes -
794 benefit -= (lfs_sb_getbsize(fs) / 2);
795 if (benefit <= 0) {
801 t->priority = (256 * benefit * age) / cost;
850 * Comparator for sort_segments: cost-benefit equation.
1110 /* Compute cost-benefit coefficient *
    [all...]
  /src/tools/compat/
configure 4417 has little cost and some practical benefit (sr 110532). */
4540 has little cost and some practical benefit (sr 110532). */
4608 has little cost and some practical benefit (sr 110532). */
7297 has little cost and some practical benefit (sr 110532). */
7347 has little cost and some practical benefit (sr 110532). */
7416 has little cost and some practical benefit (sr 110532). */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm845-cheza.dtsi 783 * ways to some potential benefit for static configurations (you could

Completed in 18 milliseconds