Home
last modified time | relevance | path

Searched full:peak (Results 1 – 25 of 223) sorted by relevance

123456789

/linux/arch/arm64/boot/dts/qcom/
H A Dsa8540p.dtsi19 opp-peak-kBps = <(300000 * 32)>;
23 opp-peak-kBps = <(384000 * 32)>;
27 opp-peak-kBps = <(480000 * 32)>;
31 opp-peak-kBps = <(576000 * 32)>;
35 opp-peak-kBps = <(672000 * 32)>;
39 opp-peak-kBps = <(768000 * 32)>;
43 opp-peak-kBps = <(864000 * 32)>;
47 opp-peak-kBps = <(960000 * 32)>;
51 opp-peak-kBps = <(1075200 * 32)>;
55 opp-peak-kBps = <(1171200 * 32)>;
[all …]
H A Dmsm8996pro.dtsi27 opp-peak-kBps = <192000>;
33 opp-peak-kBps = <192000>;
39 opp-peak-kBps = <192000>;
45 opp-peak-kBps = <192000>;
51 opp-peak-kBps = <192000>;
57 opp-peak-kBps = <307200>;
63 opp-peak-kBps = <307200>;
69 opp-peak-kBps = <384000>;
75 opp-peak-kBps = <441600>;
81 opp-peak-kBps = <537600>;
[all …]
H A Dsc7180-lite.dtsi9 opp-peak-kBps = <7216000 22425600>;
13 opp-peak-kBps = <7216000 22425600>;
17 opp-peak-kBps = <8532000 23347200>;
21 opp-peak-kBps = <8532000 23347200>;
25 opp-peak-kBps = <8532000 23347200>;
H A Dsdm660.dtsi28 opp-peak-kBps = <5412000>;
39 opp-peak-kBps = <5184000>;
46 opp-peak-kBps = <4068000>;
53 opp-peak-kBps = <3072000>;
60 opp-peak-kBps = <2724000>;
67 opp-peak-kBps = <2188000>;
75 opp-peak-kBps = <1648000>;
82 opp-peak-kBps = <1200000>;
H A Dsdm670.dtsi322 opp-peak-kBps = <400000 4800000>;
327 opp-peak-kBps = <400000 4800000>;
332 opp-peak-kBps = <1200000 4800000>;
337 opp-peak-kBps = <1804000 8908800>;
342 opp-peak-kBps = <2188000 8908800>;
347 opp-peak-kBps = <2188000 13516800>;
352 opp-peak-kBps = <3072000 15052800>;
357 opp-peak-kBps = <3072000 22118400>;
362 opp-peak-kBps = <4068000 23040000>;
372 opp-peak-kBps = <400000 4800000>;
[all …]
H A Dsdm850.dtsi13 opp-peak-kBps = <7216000 25497600>;
18 opp-peak-kBps = <7216000 25497600>;
/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c242 * and checks memory.current, memory.peak, and some memory.stat values. in test_memcg_current_peak()
247 long current, peak, peak_reset; in test_memcg_current_peak()
264 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
265 if (peak != 0) in test_memcg_current_peak()
271 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
272 if (peak < MB(50)) in test_memcg_current_peak()
276 * We'll open a few FDs for the same memory.peak file to exercise the free-path in test_memcg_current_peak()
280 peak_fd = cg_open(memcg, "memory.peak", O_RDW in test_memcg_current_peak()
169 long current, peak, peak_reset; test_memcg_current_peak() local
949 long max, peak; test_memcg_swap_max_peak() local
[all...]
/linux/drivers/net/can/sja1000/
H A DKconfig42 tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"
46 (1, 2, 3 or 4 channels) from PEAK-System Technik
47 (http://www.peak-system.com).
50 bool "PEAK PCAN-ExpressCard Cards"
56 Say Y here if you want to use a PCAN-ExpressCard from PEAK-System
61 tristate "PEAK PCAN-PC Card"
66 from PEAK-System (http://www.peak-system.com). To compile this
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra124-peripherals-opp.dtsi336 opp-peak-kBps = <204000>;
342 opp-peak-kBps = <326400>;
348 opp-peak-kBps = <652800>;
354 opp-peak-kBps = <1088000>;
360 opp-peak-kBps = <1632000>;
366 opp-peak-kBps = <3264000>;
373 opp-peak-kBps = <4224000>;
379 opp-peak-kBps = <4800000>;
385 opp-peak-kBps = <5568000>;
391 opp-peak-kBps = <6336000>;
[all …]
H A Dtegra30-peripherals-opp.dtsi395 opp-peak-kBps = <102000>;
401 opp-peak-kBps = <204000>;
407 opp-peak-kBps = <216000>;
413 opp-peak-kBps = <408000>;
419 opp-peak-kBps = <432000>;
425 opp-peak-kBps = <816000>;
431 opp-peak-kBps = <864000>;
437 opp-peak-kBps = <1632000>;
444 opp-peak-kBps = <2132000>;
450 opp-peak-kBps = <2668000>;
[all …]
/linux/net/sched/
H A Dsch_tbf.c61 one with rate P (peak rate) and depth M (equal to link MTU)
89 Note that the peak rate TBF is much more tough: with MTU 1500
90 P_crit = 150Kbytes/sec. So, if you need greater peak
105 struct psched_ratecfg peak; member
272 return q->peak.rate_bytes_ps; in tbf_peak_present()
295 ptoks -= (s64) psched_l2t_ns(&q->peak, len); in tbf_dequeue()
366 struct psched_ratecfg peak; in tbf_change() local
408 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change()
409 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) { in tbf_change()
411 peak.rate_bytes_ps, rate.rate_bytes_ps); in tbf_change()
[all …]
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra132-peripherals-opp.dtsi338 opp-peak-kBps = <204000>;
344 opp-peak-kBps = <326400>;
350 opp-peak-kBps = <652800>;
356 opp-peak-kBps = <1088000>;
362 opp-peak-kBps = <1632000>;
368 opp-peak-kBps = <3264000>;
375 opp-peak-kBps = <4224000>;
381 opp-peak-kBps = <4800000>;
387 opp-peak-kBps = <5568000>;
393 opp-peak-kBps = <6336000>;
[all …]
H A Dtegra234.dtsi5833 opp-peak-kBps = <816000>;
5838 opp-peak-kBps = <816000>;
5843 opp-peak-kBps = <816000>;
5848 opp-peak-kBps = <816000>;
5853 opp-peak-kBps = <816000>;
5858 opp-peak-kBps = <816000>;
5863 opp-peak-kBps = <816000>;
5868 opp-peak-kBps = <816000>;
5873 opp-peak-kBps = <816000>;
5878 opp-peak-kBps = <816000>;
[all …]
/linux/Documentation/devicetree/bindings/interconnect/
H A Dqcom,msm8998-bwmon.yaml129 opp-peak-kBps = <4800000>;
132 opp-peak-kBps = <9216000>;
135 opp-peak-kBps = <15052800>;
138 opp-peak-kBps = <20889600>;
141 opp-peak-kBps = <25497600>;
/linux/Documentation/devicetree/bindings/phy/
H A Dtransmit-amplitude.yaml10 Binding describing the peak-to-peak transmit amplitude for common PHYs
19 Transmit amplitude voltages in microvolts, peak-to-peak. If this property
/linux/include/media/i2c/
H A Dlm3560.h71 * @peak : peak current
77 enum lm3560_peak_current peak; member
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l34.txt28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The
61 cirrus,boost-peak-milliamp = <3000>; /* 3A */
H A Dcs35l36.txt18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
19 Configures the peak current by monitoring the current through the boost FET.
149 cirrus,boost-peak-milliamp = <4500>;
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-accel-adxl3721 What: /sys/bus/iio/devices/triggerX/name = "adxl372-devX-peak"
6 which sets the device in a mode in which it will record only the peak acceleration
H A Dsysfs-class-net-peak_usb5 Contact: Stephane Grosjean <s.grosjean@peak-system.com>
7 PEAK PCAN-USB devices support user-configurable CAN channel
H A Dsysfs-bus-iio-adc-envelope-detector6 The DAC is used to find the peak level of an alternating
38 step of the binary search for the input peak level. Needs
/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2-base.yaml124 opp-peak-kBps:
126 Peak bandwidth in kilobytes per second, expressed as an array of
128 peak bandwidth value of each interconnect path. The number of elements
139 meaningful in OPP tables where opp-peak-kBps is present.
240 opp-avg-kBps: [ opp-peak-kBps ]
/linux/drivers/nfc/fdp/
H A DKconfig8 Intel Fields Peak NFC controller core driver.
19 This module adds support for the Intel Fields Peak NFC controller
/linux/drivers/net/can/peak_canfd/
H A DKconfig4 tristate "PEAK-System PCAN-PCIe FD cards"
6 This driver adds support for the PEAK-System PCI Express FD
/linux/tools/testing/selftests/bpf/benchs/
H A Drun_bench_htab_mem.sh14 echo -n ", peak mem: "
15 echo "$*" | sed -E "s/.* peak memory usage\s+([0-9]+\.[0-9]+MiB).*/\1/"

123456789