Home
last modified time | relevance | path

Searched full:percentage (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/freebsd/sys/contrib/openzfs/man/man1/
H A Darcstat.139 Demand hit percentage
41 Demand I/O hit percentage
43 Demand miss percentage
45 Demand data hit percentage
47 Demand data I/O hit percentage
49 Demand data miss percentage
51 Demand metadata hit percentage
53 Demand metadata I/O hit percentage
55 Demand metadata miss percentage
59 Metadata hit percentage
[all …]
/freebsd/sys/contrib/openzfs/cmd/
H A Darcstat.in70 "hit%": [4, 100, "ARC hit percentage"],
71 "ioh%": [4, 100, "ARC I/O hit percentage"],
72 "miss%": [5, 100, "ARC miss percentage"],
76 "dh%": [3, 100, "Demand hit percentage"],
77 "di%": [3, 100, "Demand I/O hit percentage"],
78 "dm%": [3, 100, "Demand miss percentage"],
82 "ddh%": [4, 100, "Demand data hit percentage"],
83 "ddi%": [4, 100, "Demand data I/O hit percentage"],
84 "ddm%": [4, 100, "Demand data miss percentage"],
88 "dmh%": [4, 100, "Demand metadata hit percentage"],
[all …]
/freebsd/usr.bin/clang/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.196 The size, in bytes, of the module block. Percentage is relative to File Size.
103 The size, in bytes, of all the function blocks. Percentage is relative to File
111 The size, in bytes, of the Global Types Pool. Percentage is relative to File
119 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
128 Percentage is relative to File Size.
136 Percentage is relative to File Size. Note that this value is also included in
145 Percentage is relative to File Size. Note that this value is also included in
153 The size, in bytes, of all the symbol tables in all the functions. Percentage is
162 The size, in bytes, of the list of dependent libraries in the module. Percentage
340 The percentage is relative to # of VBR Expanded Bytes.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Drichtek,rt9455.yaml29 richtek,end-of-charge-percentage:
33 below output_charge_current x end-of-charge-percentage, charge is terminated.
62 - richtek,end-of-charge-percentage
83 richtek,end-of-charge-percentage = <10>;
H A Drt9455_charger.txt11 - richtek,end-of-charge-percentage: integer, percent of the output charge current.
13 below output_charge_current x end-of-charge-percentage,
40 richtek,end-of-charge-percentage = <10>;
H A Dcpcap-battery.yaml29 - description: low battery percentage interrupt
30 - description: critical battery percentage interrupt
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dchecksum39 percentage=0
50 0 0 $percentage -- $items
70 percentage=$(echo $percentage + 100/`echo $DISTRIBUTIONS | wc -w` | bc)
/freebsd/usr.bin/top/
H A Dtop.126 Raw cpu percentage is used to rank the processes.
72 By default top displays the weighted CPU percentage in the WCPU column
97 no information is available about the percentage of time spent by the CPU in every state.
285 Toggle display of raw or weighted CPU percentage.
385 and a percentage of time spent in each of the processor states
425 WCPU, when displayed, is the weighted cpu percentage (this is the same
429 CPU is the raw percentage and is the field that is sorted to determine
/freebsd/usr.bin/systat/
H A Dsystat.160 displays the processes getting the largest percentage of the processor
341 usage percentage.
345 the graph shows the percentage of space in use on each partition.
353 in bytes, the size of process, as well as per-process swap usage percentage and
354 per-system swap space percentage are shown per process.
359 per second and the percentage of the time the disk was busy averaged
411 the number and percentage of the translations that were
413 the number and percentage of the translations that were
426 per second and the percentage of the time the disk was busy averaged
460 the ratio of the (average) ozfod / zfod as a percentage (`%ozfod'),
/freebsd/share/man/man4/
H A Dcc_newreno.465 Multiplicative window decrease factor, specified as a percentage, applied to
70 Multiplicative window decrease factor, specified as a percentage, applied to
98 Multiplicative window decrease factor, specified as a percentage, applied to
103 Multiplicative window decrease factor, specified as a percentage, applied to
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp41 double Percentage = ((double)Entry.second / NumCycles) * 100.0; in printDispatchHistogram() local
43 << " (" << format("%.1f", floor((Percentage * 10) + 0.5) / 10) in printDispatchHistogram()
58 double Percentage = ((double)NumStalls / NumCycles) * 100.0; in printStalls() local
60 << format("%.1f", floor((Percentage * 10) + 0.5) / 10) << "%)"; in printStalls()
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_07.HIPx.out39 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
52 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
65 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
78 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
90 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
103 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
H A Dtest_05.HIPx.out152 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
162 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
172 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
182 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
191 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
201 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
211 …xpath="/employees/employee/percent-time" data-type="number" data-help="Percentage of full &amp; pa…
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dmath.shlib18 # Return 0 if the percentage difference between $a and $b is $percent or
19 # greater. Return 1 if the percentage is lower or if we would divide by
22 # Do $action if the calculated percentage is greater or equal to that passed in:
24 # Do $action if the calculated percentage is less than that passed in:
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h107 /// Matches functions whose region coverage percentage
108 /// is above/below a certain percentage.
119 /// Matches functions whose line coverage percentage
120 /// is above/below a certain percentage.
/freebsd/usr.sbin/pmcannotate/
H A Dpmcannotate.877 Changes the lower bound (expressed in percentage) for traced functions
93 Display percentage of matching samples relative to samples
96 Display percentage of matching samples relative to all samples.
/freebsd/tools/tools/ipw/
H A Dipwstats.c52 #define PERCENTAGE 3 macro
177 { 148, "Percentage of missed beacons", PERCENTAGE },
178 { 149, "Percentage of missed transmission retries", PERCENTAGE },
265 case PERCENTAGE: in get_statistics()
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-ddtprune.835 .Fl d Ar days | Fl p Ar percentage
44 The amount to prune can be based on a target percentage of the unique entries
/freebsd/sys/contrib/openzfs/man/man4/
H A Dzfs.452 The percentage over
57 The percentage below
121 by this percentage when L2ARC contents are being successfully compressed
183 on L2ARC devices by this percentage of write size if we have filled the device.
389 This tunable sets the percentage of total system memory that is the threshold.
480 Percentage of CPUs to run a metaslab preload taskq
695 Percentage that can be consumed by dnodes of ARC meta buffers.
702 Percentage of ARC dnodes to try to scan in response to demand for non-metadata
782 Throttle I/O when free system memory drops below this percentage of total
958 The timeout is scaled based on a percentage of the last lwb
[all …]
/freebsd/share/man/man4/man4.i386/
H A Dlongrun.437 .Bl -column ".Va hw.crusoe.percentage" ".Vt integer" "Changeable"
46 .It Va hw.crusoe.percentage Ta Vt integer Ta no Ta "Processing performance (%)."
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.c39 unsigned char r; /* Red percentage value. */
40 unsigned char g; /* Green percentage value. */
41 unsigned char b; /* Blue percentage value. */
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt27 - nvidia,adjust-baud-rates: List of entries providing percentage of baud rate
32 field, baud rate will be adjusted by percentage mentioned here.
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dconstants.h61 #define IWL_MVM_TCM_LOAD_MEDIUM_THRESH 10 /* percentage */
62 #define IWL_MVM_TCM_LOAD_HIGH_THRESH 50 /* percentage */
/freebsd/lib/libsys/
H A Dacct.282 The percentage of free disk space above which process
85 The percentage of free disk space below which process
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.162 It also includes the current queue depth, the busy percentage, and latency
68 The busy percentage shown can exceed 100 at times.

12345678910>>...15