Home
last modified time | relevance | path

Searched refs:busy_percent (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/power/cache_hwmon_meas/
H A Dformat14 field:unsigned int busy_percent; offset:48; size:4; signed:0;
17 …tr(name), REC->high_mrps, REC->med_mrps, REC->low_mrps, REC->total_mrps, REC->busy_percent, REC->us
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/ucd-snmp/
H A Ddiskio.c1049 double busy_time, busy_percent; in devla_getstats() local
1103 busy_percent = busy_time * 100 / DISKIO_SAMPLE_INTERVAL; in devla_getstats()
1104 devloads[i].la1 = devloads[i].la1 * expon1 + busy_percent * (1 - expon1); in devla_getstats()
1106 devloads[i].la5 = devloads[i].la5 * expon5 + busy_percent * (1 - expon5); in devla_getstats()
1107 devloads[i].la15 = devloads[i].la15 * expon15 + busy_percent * (1 - expon15); in devla_getstats()
1263 double busy_time, busy_percent; in devla_getstats() local
1293 busy_percent = busy_time * 100. / ((double) DISKIO_SAMPLE_INTERVAL) / 1000.; in devla_getstats()
1294 la_head.indices[idx].la1 = la_head.indices[idx].la1 * expon1 + busy_percent * (1. - expon1); in devla_getstats()
1295 la_head.indices[idx].la5 = la_head.indices[idx].la5 * expon5 + busy_percent * (1. - expon5); in devla_getstats()
1296 … la_head.indices[idx].la15 = la_head.indices[idx].la15 * expon15 + busy_percent * (1. - expon15); in devla_getstats()
/dports/games/crafty/crafty-25.2_1/
H A Diterate.c601 busy_percent = in Iterate()
606 DisplayTimeKibitz(end_time - start_time), busy_percent); in Iterate()
H A Ddata.h189 extern unsigned busy_percent;
H A Dmain.c4839 tree->nodes_searched, busy_percent, tree->egtb_hits,
H A Ddata.c614 unsigned busy_percent = 0; variable
H A Dutility.c1027 busy_percent = in DisplayPV()
1031 tree->nodes_searched, busy_percent, tree->egtb_hits, kibitz_text); in DisplayPV()