/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | fantog.c | 34 u32 percent; member 39 nvkm_fantog_update(struct nvkm_fantog_priv *priv, int percent) in nvkm_fantog_update() argument 48 if (percent < 0) in nvkm_fantog_update() 49 percent = priv->percent; in nvkm_fantog_update() 50 priv->percent = percent; in nvkm_fantog_update() 55 if (list_empty(&priv->alarm.head) && percent != (duty * 100)) { in nvkm_fantog_update() 56 u64 next_change = (percent * priv->period_us) / 100; in nvkm_fantog_update() 77 return priv->percent; in nvkm_fantog_get() 81 nvkm_fantog_set(struct nvkm_therm *therm, int percent) in nvkm_fantog_set() argument 87 nvkm_fantog_update(priv, percent); in nvkm_fantog_set() [all …]
|
D | fan.c | 44 target = fan->percent; in nvkm_fan_update() 47 if (fan->percent != target) { in nvkm_fan_update() 49 fan->percent = target; in nvkm_fan_update() 119 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) in nvkm_therm_fan_set() argument 122 return nvkm_fan_update(priv->fan, immediate, percent); in nvkm_therm_fan_set() 172 nvkm_therm_fan_user_set(struct nvkm_therm *therm, int percent) in nvkm_therm_fan_user_set() argument 179 return nvkm_therm_fan_set(therm, true, percent); in nvkm_therm_fan_user_set() 260 priv->fan->percent = nvkm_therm_fan_get(therm); in nvkm_therm_fan_ctor()
|
D | priv.h | 43 int percent; member 46 int (*set)(struct nvkm_therm *, int percent); 116 int nvkm_therm_fan_set(struct nvkm_therm *, bool now, int percent); 118 int nvkm_therm_fan_user_set(struct nvkm_therm *, int percent);
|
D | fanpwm.c | 60 nvkm_fanpwm_set(struct nvkm_therm *therm, int percent) in nvkm_fanpwm_set() argument 76 duty = ((divs * percent) + 99) / 100; in nvkm_fanpwm_set()
|
D | fannil.c | 33 nvkm_fannil_set(struct nvkm_therm *therm, int percent) in nvkm_fannil_set() argument
|
D | base.c | 298 nvkm_therm_fan_set(therm, true, priv->fan->percent); in _nvkm_therm_init()
|
/linux-4.1.27/tools/perf/util/ |
D | color.c | 167 const char *get_percent_color(double percent) in get_percent_color() argument 176 if (fabs(percent) >= MIN_RED) in get_percent_color() 179 if (fabs(percent) > MIN_GREEN) in get_percent_color() 185 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf() argument 190 color = get_percent_color(percent); in percent_color_fprintf() 191 r = color_fprintf(fp, color, fmt, percent); in percent_color_fprintf() 205 double percent; in percent_color_snprintf() local 208 percent = va_arg(args, double); in percent_color_snprintf() 210 return value_color_snprintf(bf, size, fmt, percent); in percent_color_snprintf() 217 double percent; in percent_color_len_snprintf() local [all …]
|
D | annotate.c | 653 double percent = 0.0; in disasm__calc_percent() local 666 percent += src_line->p[evidx].percent; in disasm__calc_percent() 677 percent = 100.0 * hits / h->sum; in disasm__calc_percent() 680 return percent; in disasm__calc_percent() 692 double percent, max_percent = 0.0; in disasm_line__print() local 693 double *ppercents = &percent; in disasm_line__print() 711 percent = disasm__calc_percent(notes, in disasm_line__print() 717 ppercents[i] = percent; in disasm_line__print() 718 if (percent > max_percent) in disasm_line__print() 719 max_percent = percent; in disasm_line__print() [all …]
|
D | color.h | 43 int percent_color_fprintf(FILE *fp, const char *fmt, double percent); 44 const char *get_percent_color(double percent);
|
D | annotate.h | 83 double percent; member
|
/linux-4.1.27/kernel/trace/ |
D | trace_branch.c | 248 long percent; in get_incorrect_percent() local 251 percent = p->incorrect * 100; in get_incorrect_percent() 252 percent /= p->correct + p->incorrect; in get_incorrect_percent() 254 percent = p->incorrect ? 100 : -1; in get_incorrect_percent() 256 return percent; in get_incorrect_percent() 263 long percent; in branch_stat_show() local 274 percent = get_incorrect_percent(p); in branch_stat_show() 277 if (percent < 0) in branch_stat_show() 280 seq_printf(m, "%3ld ", percent); in branch_stat_show()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 16 double percent; in __percent_color_snprintf() local 23 percent = va_arg(args, double); in __percent_color_snprintf() 26 markup = perf_gtk__get_percent_color(percent); in __percent_color_snprintf() 30 ret += scnprintf(buf + ret, size - ret, fmt, len, percent); in __percent_color_snprintf() 103 double percent; in perf_gtk__add_callchain() local 109 percent = 100.0 * hits / total; in perf_gtk__add_callchain() 119 scnprintf(buf, sizeof(buf), "%5.2f%%", percent); in perf_gtk__add_callchain() 227 float percent; in perf_gtk__show_hists() local 232 percent = hist_entry__get_percent_limit(h); in perf_gtk__show_hists() 233 if (percent < min_pcnt) in perf_gtk__show_hists()
|
D | browser.c | 37 const char *perf_gtk__get_percent_color(double percent) in perf_gtk__get_percent_color() argument 39 if (percent >= MIN_RED) in perf_gtk__get_percent_color() 41 if (percent >= MIN_GREEN) in perf_gtk__get_percent_color()
|
D | annotate.c | 26 double percent = 0.0; in perf_gtk__get_percent() local 39 percent = 100.0 * symhist->addr[dl->offset] / symhist->sum; in perf_gtk__get_percent() 41 markup = perf_gtk__get_percent_color(percent); in perf_gtk__get_percent() 44 ret += scnprintf(buf + ret, size - ret, "%6.2f%%", percent); in perf_gtk__get_percent()
|
D | gtk.h | 42 const char *perf_gtk__get_percent_color(double percent);
|
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | mperf_monitor.c | 29 static int mperf_get_count_percent(unsigned int self_id, double *percent, 117 static int mperf_get_count_percent(unsigned int id, double *percent, in mperf_get_count_percent() argument 134 *percent = 100.0 * mperf_diff / tsc_diff; in mperf_get_count_percent() 139 *percent = 100.0 * mperf_diff / timediff; in mperf_get_count_percent() 146 *percent = 100.0 - *percent; in mperf_get_count_percent() 150 dprint("%s: %f\n", mperf_cstates[id].name, *percent); in mperf_get_count_percent()
|
D | snb_idle.c | 27 static int snb_get_count_percent(unsigned int self_id, double *percent, 87 static int snb_get_count_percent(unsigned int id, double *percent, in snb_get_count_percent() argument 90 *percent = 0.0; in snb_get_count_percent() 95 *percent = (100.0 * in snb_get_count_percent() 107 *percent, cpu); in snb_get_count_percent()
|
D | hsw_ext_idle.c | 29 static int hsw_ext_get_count_percent(unsigned int self_id, double *percent, 90 static int hsw_ext_get_count_percent(unsigned int id, double *percent, in hsw_ext_get_count_percent() argument 93 *percent = 0.0; in hsw_ext_get_count_percent() 98 *percent = (100.0 * in hsw_ext_get_count_percent() 110 *percent, cpu); in hsw_ext_get_count_percent()
|
D | cpuidle_sysfs.c | 27 static int cpuidle_get_count_percent(unsigned int id, double *percent, in cpuidle_get_count_percent() argument 33 cpuidle_cstates[id].name, timediff, *percent, cpu); in cpuidle_get_count_percent() 36 *percent = 0.0; in cpuidle_get_count_percent() 38 *percent = ((100.0 * statediff) / timediff); in cpuidle_get_count_percent() 41 cpuidle_cstates[id].name, timediff, statediff, *percent, cpu); in cpuidle_get_count_percent()
|
D | nhm_idle.c | 30 static int nhm_get_count_percent(unsigned int self_id, double *percent, 102 static int nhm_get_count_percent(unsigned int id, double *percent, in nhm_get_count_percent() argument 105 *percent = 0.0; in nhm_get_count_percent() 110 *percent = (100.0 * in nhm_get_count_percent() 122 *percent, cpu); in nhm_get_count_percent()
|
D | amd_fam14h_idle.c | 46 static int fam14h_get_count_percent(unsigned int self_id, double *percent, 208 static int fam14h_get_count_percent(unsigned int id, double *percent, in fam14h_get_count_percent() argument 219 *percent = 0.0; in fam14h_get_count_percent() 221 *percent = 100.0 * diff / timediff / 12.5; in fam14h_get_count_percent() 224 timediff, diff * 10 / 125, *percent); in fam14h_get_count_percent()
|
D | cpupower-monitor.c | 139 double percent; in print_results() local 165 ret = s.get_count_percent(s.id, &percent, in print_results() 169 else if (percent >= 100.0) in print_results() 170 printf("%6.1f", percent); in print_results() 172 printf("%6.2f", percent); in print_results()
|
D | cpupower-monitor.h | 39 int (*get_count_percent)(unsigned int self_id, double *percent,
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 53 double percent; in ipchain__fprintf_graph() local 55 percent = hits * 100.0 / total_samples; in ipchain__fprintf_graph() 56 ret += percent_color_fprintf(fp, "--%2.2f%%-- ", percent); in ipchain__fprintf_graph() 246 double percent; in callchain__fprintf_flat() local 249 percent = chain->hit * 100.0 / total_samples; in callchain__fprintf_flat() 251 ret = percent_color_fprintf(fp, " %6.2f%%\n", percent); in callchain__fprintf_flat() 463 float percent; in hists__fprintf() local 468 percent = hist_entry__get_percent_limit(h); in hists__fprintf() 469 if (percent < min_pcnt) in hists__fprintf()
|
/linux-4.1.27/drivers/platform/x86/ |
D | intel_oaktrail.c | 229 u8 percent = (u8) b->props.brightness; in set_backlight_brightness() local 230 if (percent < 0 || percent > OT_EC_BL_BRIGHTNESS_MAX) in set_backlight_brightness() 233 ec_write(OT_EC_BL_BRIGHTNESS_ADDRESS, percent); in set_backlight_brightness()
|
/linux-4.1.27/drivers/power/ |
D | twl4030_madc_battery.c | 139 int percent = twl4030_madc_bat_voltscale(bat, in twl4030_madc_bat_get_property() local 141 val->intval = (percent * bat->pdata->capacity) / 100; in twl4030_madc_bat_get_property() 155 int percent = twl4030_madc_bat_voltscale(bat, in twl4030_madc_bat_get_property() local 158 int chg = (percent * (bat->pdata->capacity/1000))/100; in twl4030_madc_bat_get_property()
|
D | ab8500_fg.c | 1159 int ret, percent; in ab8500_fg_capacity_level() local 1161 percent = DIV_ROUND_CLOSEST(di->bat_cap.permille, 10); in ab8500_fg_capacity_level() 1163 if (percent <= di->bm->cap_levels->critical || in ab8500_fg_capacity_level() 1166 else if (percent <= di->bm->cap_levels->low) in ab8500_fg_capacity_level() 1168 else if (percent <= di->bm->cap_levels->normal) in ab8500_fg_capacity_level() 1170 else if (percent <= di->bm->cap_levels->high) in ab8500_fg_capacity_level() 1282 int percent = DIV_ROUND_CLOSEST(di->bat_cap.permille, 10); in ab8500_fg_check_capacity_limits() local 1314 percent = 0; in ab8500_fg_check_capacity_limits() 1324 di->bat_cap.prev_percent = percent; in ab8500_fg_check_capacity_limits() 1337 } else if (di->bat_cap.prev_percent != percent) { in ab8500_fg_check_capacity_limits() [all …]
|
D | abx500_chargalg.c | 93 int percent; member 1002 di->batt_data.percent = ret.intval; in abx500_chargalg_get_ext_psy_data() 1293 di->batt_data.percent = ret.intval; in abx500_chargalg_get_ext_psy_data() 1442 di->batt_data.percent, in abx500_chargalg_algorithm() 1609 if (di->batt_data.percent <= in abx500_chargalg_algorithm()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 23 double percent[1]; member 108 if (bdl->percent[i] > percent_max) in annotate_browser__write() 109 percent_max = bdl->percent[i]; in annotate_browser__write() 114 ui_browser__set_percent_color(browser, bdl->percent[i], in annotate_browser__write() 116 slsmg_printf("%6.2f ", bdl->percent[i]); in annotate_browser__write() 276 if (a->percent[i] == b->percent[i]) in disasm__cmp() 278 return a->percent[i] < b->percent[i]; in disasm__cmp() 369 bpos->percent[i] = disasm__calc_percent(notes, in annotate_browser__calc_percent() 375 if (max_percent < bpos->percent[i]) in annotate_browser__calc_percent() 376 max_percent = bpos->percent[i]; in annotate_browser__calc_percent()
|
D | hists.c | 606 double percent = cumul * 100.0 / total; in hist_browser__show_callchain() local 608 if (asprintf(&alloc_str, "%2.2f%% %s", percent, str) < 0) in hist_browser__show_callchain() 656 double percent; in __hpp__slsmg_color_printf() local 660 percent = va_arg(args, double); in __hpp__slsmg_color_printf() 663 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf() 665 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf() 914 float percent; in hist_browser__refresh() local 919 percent = hist_entry__get_percent_limit(h); in hist_browser__refresh() 920 if (percent < hb->min_pcnt) in hist_browser__refresh() 936 float percent = hist_entry__get_percent_limit(h); in hists__filter_entries() local [all …]
|
/linux-4.1.27/tools/testing/fault-injection/ |
D | failcmd.sh | 23 -p percent 24 --probability=percent 25 likelihood of failure injection, in percent.
|
/linux-4.1.27/tools/perf/ui/ |
D | hist.c | 29 double percent = 0.0; in __hpp__fmt() local 33 percent = 100.0 * get_field(he) / total; in __hpp__fmt() 35 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt() 241 double percent; in hpp_color_scnprintf() local 246 percent = va_arg(args, double); in hpp_color_scnprintf() 247 ret = percent_color_len_snprintf(hpp->buf, hpp->size, fmt, len, percent); in hpp_color_scnprintf()
|
D | browser.c | 18 double percent, bool current) in ui_browser__percent_color() argument 22 if (percent >= MIN_RED) in ui_browser__percent_color() 24 if (percent >= MIN_GREEN) in ui_browser__percent_color() 38 double percent, bool current) in ui_browser__set_percent_color() argument 40 int color = ui_browser__percent_color(browser, percent, current); in ui_browser__set_percent_color()
|
D | browser.h | 34 double percent, bool current);
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
D | loongson_hwmon.h | 39 u8 percent; member
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | textbox.c | 401 int percent; in print_position() local 405 percent = (page - buf) * 100 / strlen(buf); in print_position() 407 wprintw(win, "(%3d%%)", percent); in print_position()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | boost.h | 19 u8 percent; member
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | pwm-regulator.txt | 7 brackets, first one is voltage(unit: uv), the next is duty(unit: percent)
|
/linux-4.1.27/Documentation/misc-devices/ |
D | ics932s401 | 21 percent the clock signal is being spread, which should be between 0 and -0.5%.
|
/linux-4.1.27/drivers/cpufreq/ |
D | intel_pstate.c | 177 static inline void pid_p_gain_set(struct _pid *pid, int percent) in pid_p_gain_set() argument 179 pid->p_gain = div_fp(int_tofp(percent), int_tofp(100)); in pid_p_gain_set() 182 static inline void pid_i_gain_set(struct _pid *pid, int percent) in pid_i_gain_set() argument 184 pid->i_gain = div_fp(int_tofp(percent), int_tofp(100)); in pid_i_gain_set() 187 static inline void pid_d_gain_set(struct _pid *pid, int percent) in pid_d_gain_set() argument 189 pid->d_gain = div_fp(int_tofp(percent), int_tofp(100)); in pid_d_gain_set()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | sharpsl_pm.c | 232 int voltage, percent, apm_status, i; in sharpsl_battery_thread() local 256 percent = get_percentage(voltage); in sharpsl_battery_thread() 262 || percent <= sharpsl_pm.battstat.mainbat_percent) { in sharpsl_battery_thread() 265 sharpsl_pm.battstat.mainbat_percent = percent; in sharpsl_battery_thread()
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi_phy.c | 49 static inline s32 linear_inter(s32 tmax, s32 tmin, s32 percent, in linear_inter() argument 53 v = (tmax - tmin) * percent; in linear_inter()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | boost.c | 121 info->percent = nv_ro08(bios, data + 0x01); in nvbios_boostSp()
|
/linux-4.1.27/include/linux/mfd/ |
D | cros_ec_commands.h | 934 uint8_t percent; member 942 uint8_t percent; member 949 uint32_t percent; member
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 186 --percent-limit:: 187 Do not show entries which have an overhead under that percent.
|
D | perf-report.txt | 169 Display call chains using type, min percent threshold, optional print 304 --percent-limit:: 305 Do not show entries which have an overhead under that percent.
|
/linux-4.1.27/tools/perf/ |
D | builtin-diff.c | 830 double percent = baseline_percent(he); in hpp__color_baseline() local 836 pfmt, percent); in hpp__color_baseline() 844 double percent = baseline_percent(he); in hpp__entry_baseline() local 849 ret = scnprintf(buf, size, fmt, percent); in hpp__entry_baseline()
|
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 1868 my $percent = $sign_offs * 100 / $divisor; 1870 $percent = 100 if ($percent > 100); 1874 $percent < $email_git_min_percent); 1877 my $fmt_percent = sprintf("%.0f", $percent);
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | tables_nphy.h | 18 u8 percent; member
|
D | phy_n.c | 4949 scale = (ladder_lo[i].percent * tmp) / 100; in b43_nphy_update_tx_cal_ladder() 4953 scale = (ladder_iq[i].percent * tmp) / 100; in b43_nphy_update_tx_cal_ladder()
|
/linux-4.1.27/drivers/block/drbd/ |
D | Kconfig | 66 fault_rate: frequency in percent
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 39 likelihood of failure injection, in percent. 40 Format: <percent>
|
/linux-4.1.27/Documentation/usb/ |
D | iuu_phoenix.txt | 37 parm: boost:overclock boost percent 100 to 500 (int)
|
/linux-4.1.27/Documentation/filesystems/ |
D | afs.txt | 94 Where the initial character is either a hash or a percent symbol depending on 96 volume, but are willing to use a R/W volume instead (percent).
|
D | f2fs.txt | 272 -o [int] : Set overprovision ratio in percent over volume size.
|
/linux-4.1.27/drivers/s390/char/ |
D | defkeymap.map | 112 keycode 108 = percent Odiaeresis
|
/linux-4.1.27/arch/m68k/hp300/ |
D | hp300map.map | 72 keycode 58 = five percent
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 2147 static void sw_cfg_broad_storm(struct ksz_hw *hw, u8 percent) in sw_cfg_broad_storm() argument 2150 u32 value = ((u32) BROADCAST_STORM_VALUE * (u32) percent / 100); in sw_cfg_broad_storm() 2168 static void sw_get_broad_storm(struct ksz_hw *hw, u8 *percent) in sw_get_broad_storm() argument 2178 *percent = (u8) num; in sw_get_broad_storm() 2231 static void hw_cfg_broad_storm(struct ksz_hw *hw, u8 percent) in hw_cfg_broad_storm() argument 2233 if (percent > 100) in hw_cfg_broad_storm() 2234 percent = 100; in hw_cfg_broad_storm() 2236 sw_cfg_broad_storm(hw, percent); in hw_cfg_broad_storm() 2237 sw_get_broad_storm(hw, &percent); in hw_cfg_broad_storm() 2238 hw->ksz_switch->broad_per = percent; in hw_cfg_broad_storm()
|
/linux-4.1.27/arch/s390/kernel/ |
D | perf_cpum_sf.c | 452 static unsigned long min_percent(unsigned int percent, unsigned long base, in min_percent() argument 455 return min_t(unsigned long, min, DIV_ROUND_UP(percent * base, 100)); in min_percent()
|
/linux-4.1.27/drivers/tty/vt/ |
D | defkeymap.map | 28 keycode 6 = five percent
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 63 input = input * boostS.percent / 100; in nvkm_clk_adjust()
|
/linux-4.1.27/drivers/scsi/ |
D | gdth.h | 385 u8 percent; /* progress for surface check */ member
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 229 percent. As mentioned earlier, since interrupts are allowed during
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 286 If 0 percent is selected, CMA is disabled by default, but it can be
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 264 # Allowed dirty background ratio, in percent. Once DIRTY_RATIO has been 386 # Allowed dirty background ratio, in percent. Once DIRTY_RATIO has been
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 450 The default is 5 percent. 471 The default is 1 percent.
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 132 to be I/O bound and using a small fraction of a percent of a CPU
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 347 percent of the arguments tested.
|
/linux-4.1.27/Documentation/hwmon/ |
D | sysfs-interface | 584 Unit: milli-percent (per cent mille, pcm)
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 227 scale and offset are milli percent. 233 Scaled humidity measurement in milli percent.
|
/linux-4.1.27/drivers/ide/ |
D | Kconfig | 341 Linux. This may slow disk throughput by a few percent, but at least
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 295 how much percent of error will be tolerated when setting a frequency
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 9304 u8 percent = 0, u1tmp = 0; in BTDM_FwC2hBtRssi8723A() local 9307 percent = u1tmp*2+10; in BTDM_FwC2hBtRssi8723A() 9309 pHalData->bt_coexist.halCoex8723.btRssi = percent; in BTDM_FwC2hBtRssi8723A()
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 685 Fill Percentage of Frame: can be used to draw only the top X percent
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 193 u8 percent; member 24311 bbmult_scale = ladder_lo[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy() 24319 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
|
/linux-4.1.27/init/ |
D | Kconfig | 174 will create a few percent smaller kernel than plain LZMA.
|