Home
last modified time | relevance | path

Searched refs:percent (Results 76 – 100 of 417) sorted by relevance

12345678910>>...17

/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.yaml84 nvidia,cpu-throt-percent:
265 nvidia,cpu-throt-percent = <85>;
278 nvidia,cpu-throt-percent = <50>;
296 nvidia,cpu-throt-percent = <75>;
/openbmc/linux/tools/perf/Documentation/
H A Dperf-report.txt238 Display call chains using type, min percent threshold, print limit,
251 threshold is a percentage value which specifies a minimum percent to be
274 - percent: display overhead percent (default)
419 --percent-limit::
420 Do not show entries which have an overhead under that percent.
421 (Default: 0). Note that this option also sets the percent limit (threshold)
452 Also support time percent with multiple time ranges. Time string is
557 --percent-type::
558 Set annotation percent type from following choices:
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Didt,versaclock5.yaml120 idt,slew-percent:
188 idt,slew-percent = <80>;
H A Drenesas,9series.yaml52 description: Output clock down spread in pcm (1/1000 of percent)
/openbmc/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.c222 int voltage, percent, apm_status, i; in sharpsl_battery_thread() local
246 percent = get_percentage(voltage); in sharpsl_battery_thread()
252 || percent <= sharpsl_pm.battstat.mainbat_percent) { in sharpsl_battery_thread()
255 sharpsl_pm.battstat.mainbat_percent = percent; in sharpsl_battery_thread()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dbeacon-renesom-baseboard.dtsi376 idt,slew-percent = <100>;
382 idt,slew-percent = <100>;
388 idt,slew-percent = <100>;
394 idt,slew-percent = <100>;
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c341 float percent = 0; in hists__find_annotations() local
345 percent = 100.0 * he->stat.period / total; in hists__find_annotations()
347 if (percent < ann->min_percent) in hists__find_annotations()
/openbmc/linux/tools/perf/ui/
H A Dbrowser.h39 double percent, bool current);
/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp610 void DbusPidZone::addPidFailSafePercent(std::string name, double percent) in addPidFailSafePercent() argument
612 _pidsFailSafePercent[name] = percent; in addPidFailSafePercent()
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c855 float percent; in hists__fprintf() local
861 percent = block_info__total_cycles_percent(h); in hists__fprintf()
863 percent = hist_entry__get_percent_limit(h); in hists__fprintf()
865 if (percent < min_pcnt) in hists__fprintf()
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/
H A Dcmake-native_3.28.3.bb65 do_compile[progress] = "percent"
/openbmc/linux/scripts/
H A Dget_abi.pl801 my $percent = $i * 100 / $num_files;
807 printf STDERR "%s: processing sysfs files... %i%%: $names[0]", $time, $percent;
811 $next_i = int (($percent + 1) * $num_files / 100);
/openbmc/linux/drivers/power/supply/
H A Dab8500_chargalg.c85 int percent; member
870 di->batt_data.percent = ret.intval; in ab8500_chargalg_get_ext_psy_data()
1160 di->batt_data.percent = ret.intval; in ab8500_chargalg_get_ext_psy_data()
1202 if (!di->batt_data.volt_uv || !di->batt_data.percent) in ab8500_chargalg_time_to_restart()
1211 if (di->batt_data.percent <= AB8500_RECHARGE_CAP) in ab8500_chargalg_time_to_restart()
1332 di->batt_data.percent, in ab8500_chargalg_algorithm()
H A Dqcom_battmgr.c114 __le32 percent; member
250 unsigned int percent; member
382 .percent = cpu_to_le32(100), in qcom_battmgr_update_charge_time()
579 val->intval = battmgr->status.percent; in qcom_battmgr_bat_get_property()
1129 battmgr->status.percent = le32_to_cpu(resp->intval.value) / 100; in qcom_battmgr_sm8350_callback()
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-sqlite.py735 percent = ((cbr * 1000 / data[2]) + 5) / 10
739 cbr_query.addBindValue(str(percent))
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch34 src/basic/percent-util.c | 1 +
205 diff --git a/src/basic/percent-util.c b/src/basic/percent-util.c
207 --- a/src/basic/percent-util.c
208 +++ b/src/basic/percent-util.c
210 #include "percent-util.h"
272 #include "percent-util.h"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power271 Valid values: 0 - 100 (percent)
286 Valid values: 0 - 100 (percent)
301 Valid values: 0 - 100 (percent)
309 margin expected to exist by the fuel gauge in percent.
317 Valid values: 0 - 100 (percent)
360 Valid values: 0 - 100 (percent)
374 Valid values: 0 - 100 (percent)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch34 src/basic/percent-util.c | 1 +
205 diff --git a/src/basic/percent-util.c b/src/basic/percent-util.c
207 --- a/src/basic/percent-util.c
208 +++ b/src/basic/percent-util.c
210 #include "percent-util.h"
272 #include "percent-util.h"
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dboost.c121 info->percent = nvbios_rd08(bios, data + 0x01); in nvbios_boostSp()
/openbmc/qemu/scripts/
H A Dget_maintainer.pl1811 my $percent = $sign_offs * 100 / $divisor;
1813 $percent = 100 if ($percent > 100);
1817 $percent < $email_git_min_percent);
1820 my $fmt_percent = sprintf("%.0f", $percent);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pydantic-core-crates.inc40 crate://crates.io/percent-encoding/2.3.1 \
124 SRC_URI[percent-encoding-2.3.1.sha256sum] = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b3…
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Drichtek,rt9455.yaml32 percent of the output charge current. When the current in constant-voltage phase drops
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c1500 u32 percent; in rvu_af_dl_npc_mcam_high_zone_percent_get() local
1503 percent = (mcam->hprio_count * 100) / mcam->bmap_entries; in rvu_af_dl_npc_mcam_high_zone_percent_get()
1504 ctx->val.vu8 = (u8)percent; in rvu_af_dl_npc_mcam_high_zone_percent_get()
1515 u32 percent; in rvu_af_dl_npc_mcam_high_zone_percent_set() local
1517 percent = ctx->val.vu8; in rvu_af_dl_npc_mcam_high_zone_percent_set()
1519 mcam->hprio_count = (mcam->bmap_entries * percent) / 100; in rvu_af_dl_npc_mcam_high_zone_percent_set()
/openbmc/linux/tools/perf/util/
H A Dcallchain.c1202 double percent = 0.0; in callchain_node__scnprintf_value() local
1221 percent = period * 100.0 / total; in callchain_node__scnprintf_value()
1222 scnprintf(bf, bfsize, "%.2f%%", percent); in callchain_node__scnprintf_value()
1231 double percent = 0.0; in callchain_node__fprintf_value() local
1248 percent = period * 100.0 / total; in callchain_node__fprintf_value()
1249 return percent_color_fprintf(fp, "%.2f%%", percent); in callchain_node__fprintf_value()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_nphy.h19 u8 percent; member

12345678910>>...17