Home
last modified time | relevance | path

Searched +full:100 +full:ms (Results 1 – 25 of 1271) sorted by relevance

12345678910>>...51

/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dnetem.json61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms",
64 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms",
84 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution norma…
87 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms corrupt 1%",
107 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution norma…
110 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms duplicate 1%",
130 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paret…
133 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss 1%",
153 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paret…
156 …tern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss state p13 1% p31 99% p32 0% p23…
[all …]
Dfq_codel.json18 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit…
41 …codel 1: root refcnt [0-9]+ limit 1000p flows 1024 quantum.*target 5ms interval 100ms memory_limit…
64 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit…
87 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 2ms interval 100ms memory_limit…
110 …codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 5ms memory_limit …
133 … 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum 9000 target 5ms interval 100ms memory_limit…
156 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit…
179 …ot refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms ce_threshold 1.02s interval 100ms mem…
199 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel drop_batch 100",
202 … [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit 32Mb ecn drop_batc…
[all …]
Dcodel.json18 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms",
41 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1500p target 5ms interval 100ms",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel target 100ms",
64 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 100ms interval 100ms",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel interval 20ms",
87 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 20ms",
110 … "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms ecn",
130 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel ce_threshold 20ms",
133 …tern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms ce_threshold 20ms interval 100ms",
157 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms",
[all …]
Dcake.json18 …th unlimited diffserv3 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
41 …dwidth 1Kbit diffserv3 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
64 …rate-ingress diffserv3 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
110 …h unlimited besteffort triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
133 …th unlimited diffserv8 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
156 …th unlimited diffserv4 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
179 …ndwidth unlimited diffserv3 flowblind nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
202 …+ bandwidth unlimited diffserv3 dsthost nat nowash no-ack-filter split-gso rtt 100ms raw overhead",
225 …9]+ bandwidth unlimited diffserv3 hosts nonat wash no-ack-filter split-gso rtt 100ms raw overhead",
248 …idth unlimited diffserv3 flowblind nonat nowash no-ack-filter no-split-gso rtt 100ms raw overhead",
[all …]
/kernel/linux/linux-6.6/drivers/leds/trigger/
Dledtrig-activity.c73 /* We come here every 100ms in the worst case, so that's 100M ns of in led_activity_function()
87 usage = 100; in led_activity_function()
89 usage = 100 * diff_used / diff_boot; in led_activity_function()
100 * (typically 10ms every second, or 10ms ON, 990ms OFF). Then we want in led_activity_function()
104 * cycle (10ms ON, 90ms OFF). After this point, the blinking frequency in led_activity_function()
106 * the activity, up to the point where we have 90ms ON, 10ms OFF when in led_activity_function()
112 * - a target CPU usage of min(50%, 100%/#CPU) for a 10% duty cycle in led_activity_function()
113 * (10ms ON, 90ms OFF) in led_activity_function()
118 * ON_ms = 10 + (usage-target)/(100%-target) * 80 in led_activity_function()
119 * OFF_ms = 90 - (usage-target)/(100%-target) * 80 in led_activity_function()
[all …]
/kernel/linux/linux-5.10/drivers/leds/trigger/
Dledtrig-activity.c72 /* We come here every 100ms in the worst case, so that's 100M ns of in led_activity_function()
86 usage = 100; in led_activity_function()
88 usage = 100 * diff_used / diff_boot; in led_activity_function()
99 * (typically 10ms every second, or 10ms ON, 990ms OFF). Then we want in led_activity_function()
103 * cycle (10ms ON, 90ms OFF). After this point, the blinking frequency in led_activity_function()
105 * the activity, up to the point where we have 90ms ON, 10ms OFF when in led_activity_function()
111 * - a target CPU usage of min(50%, 100%/#CPU) for a 10% duty cycle in led_activity_function()
112 * (10ms ON, 90ms OFF) in led_activity_function()
117 * ON_ms = 10 + (usage-target)/(100%-target) * 80 in led_activity_function()
118 * OFF_ms = 90 - (usage-target)/(100%-target) * 80 in led_activity_function()
[all …]
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
DREADME-BENCH34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which
41 This part of the configuration file will create 25ms load/sleep turns,
48 Will increase load and sleep time by 25ms 5 times.
50 25ms load/sleep time repeated 20 times (cycles).
51 50ms load/sleep time repeated 20 times (cycles).
53 100ms load/sleep time repeated 20 times (cycles).
69 100% CPU load (load) | 0 % CPU load (sleep) | round
70 25 ms | 25 ms | 1
71 50 ms | 50 ms | 2
73 For example if ondemand governor is configured to have a 50ms
[all …]
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
DREADME-BENCH34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which
41 This part of the configuration file will create 25ms load/sleep turns,
48 Will increase load and sleep time by 25ms 5 times.
50 25ms load/sleep time repeated 20 times (cycles).
51 50ms load/sleep time repeated 20 times (cycles).
53 100ms load/sleep time repeated 20 times (cycles).
69 100% CPU load (load) | 0 % CPU load (sleep) | round
70 25 ms | 25 ms | 1
71 50 ms | 50 ms | 2
73 For example if ondemand governor is configured to have a 50ms
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/
Dgpio-poweroff.txt12 triggering positive edge triggered power off. After a delay of 100ms,
14 triggering negative edge triggered power off. After another 100ms
16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted.
30 - active-delay-ms: Delay (default 100) to wait after driving gpio active
31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive
32 - timeout-ms: Time to wait before asserting a WARN_ON(1). If nothing is
33 specified, 3000 ms is used.
40 timeout-ms = <3000>;
/kernel/linux/linux-6.6/Documentation/fb/
Dviafb.modes15 # Sync Width 3.813 us 0.064 ms
17 # Front Porch 0.636 us 0.318 ms
19 # Back Porch 1.907 us 1.048 ms
21 # Active Time 25.422 us 15.253 ms
23 # Blank Time 6.356 us 1.430 ms
40 # Sync Width 2.032 us 0.080 ms
42 # Front Porch 0.508 us 0.027 ms
44 # Back Porch 3.810 us 0.427 ms
46 # Active Time 20.317 us 12.800 ms
48 # Blank Time 6.349 us 0.533 ms
[all …]
/kernel/linux/linux-5.10/Documentation/fb/
Dviafb.modes15 # Sync Width 3.813 us 0.064 ms
17 # Front Porch 0.636 us 0.318 ms
19 # Back Porch 1.907 us 1.048 ms
21 # Active Time 25.422 us 15.253 ms
23 # Blank Time 6.356 us 1.430 ms
40 # Sync Width 2.032 us 0.080 ms
42 # Front Porch 0.508 us 0.027 ms
44 # Back Porch 3.810 us 0.427 ms
46 # Active Time 20.317 us 12.800 ms
48 # Blank Time 6.349 us 0.533 ms
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dcs35l33.txt23 a value of 1 and will increase at a step size of 100mV until a maximum of
31 20ms. If this property is set to 0,1,2,3 then ramp times would be 40ms,
32 60ms,100ms,175ms respectively for 48KHz sample rate.
72 from 0 to 7 for delays of 5ms, 10ms, 50ms, 100ms, 200ms, 500ms, 1000ms.
73 The default is 100ms.
81 by 100mV per step to a maximum of 5500mV.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dcs35l33.txt23 a value of 1 and will increase at a step size of 100mV until a maximum of
31 20ms. If this property is set to 0,1,2,3 then ramp times would be 40ms,
32 60ms,100ms,175ms respectively for 48KHz sample rate.
72 from 0 to 7 for delays of 5ms, 10ms, 50ms, 100ms, 200ms, 500ms, 1000ms.
73 The default is 100ms.
81 by 100mV per step to a maximum of 5500mV.
/kernel/linux/linux-6.6/include/linux/usb/
Dpd.h276 #define PDO_PPS_APDO_MAX_VOLT_SHIFT 17 /* 100mV units */
277 #define PDO_PPS_APDO_MIN_VOLT_SHIFT 8 /* 100mV units */
284 ((((mv) / 100) & PDO_PPS_APDO_VOLT_MASK) << PDO_PPS_APDO_MIN_VOLT_SHIFT)
286 ((((mv) / 100) & PDO_PPS_APDO_VOLT_MASK) << PDO_PPS_APDO_MAX_VOLT_SHIFT)
333 PDO_PPS_APDO_VOLT_MASK) * 100; in pdo_pps_apdo_min_voltage()
339 PDO_PPS_APDO_VOLT_MASK) * 100; in pdo_pps_apdo_max_voltage()
458 #define PD_T_SEND_SOURCE_CAP 150 /* 100 - 200 ms */
459 #define PD_T_SENDER_RESPONSE 60 /* 24 - 30 ms, relaxed */
460 #define PD_T_RECEIVER_RESPONSE 15 /* 15ms max */
463 #define PD_T_SINK_WAIT_CAP 310 /* 310 - 620 ms */
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dmax98373.c88 9, 10, TLV_DB_SCALE_ITEM(500, 100, 0),
91 0, 9, TLV_DB_SCALE_ITEM(800, 100, 0),
95 2, 4, TLV_DB_SCALE_ITEM(100, 100, 0),
98 0, 9, TLV_DB_SCALE_ITEM(800, 100, 0),
105 10, 13, TLV_DB_SCALE_ITEM(-500, 100, 0),
106 14, 15, TLV_DB_SCALE_ITEM(-100, 50, 0),
109 0, 15, TLV_DB_SCALE_ITEM(-1500, 100, 0),
135 "45ms", "225ms", "450ms", "1150ms",
136 "2250ms", "3100ms", "4500ms", "6750ms"
145 "160us", "320us", "640us", "1.28ms",
[all …]
/kernel/linux/linux-5.10/include/linux/usb/
Dpd.h275 #define PDO_PPS_APDO_MAX_VOLT_SHIFT 17 /* 100mV units */
276 #define PDO_PPS_APDO_MIN_VOLT_SHIFT 8 /* 100mV units */
283 ((((mv) / 100) & PDO_PPS_APDO_VOLT_MASK) << PDO_PPS_APDO_MIN_VOLT_SHIFT)
285 ((((mv) / 100) & PDO_PPS_APDO_VOLT_MASK) << PDO_PPS_APDO_MAX_VOLT_SHIFT)
332 PDO_PPS_APDO_VOLT_MASK) * 100; in pdo_pps_apdo_min_voltage()
338 PDO_PPS_APDO_VOLT_MASK) * 100; in pdo_pps_apdo_max_voltage()
457 #define PD_T_SEND_SOURCE_CAP 150 /* 100 - 200 ms */
458 #define PD_T_SENDER_RESPONSE 60 /* 24 - 30 ms, relaxed */
459 #define PD_T_RECEIVER_RESPONSE 15 /* 15ms max */
462 #define PD_T_SINK_WAIT_CAP 310 /* 310 - 620 ms */
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt16 2 -> 100 us
18 4 -> 1 ms
19 5 -> 5 ms
20 6 -> 10 ms
21 7 -> 50 ms
24 1 -> 100 us
26 3 -> 1 ms
27 4 -> 5 ms
28 5 -> 10 ms
29 6 -> 50 ms
[all …]
/kernel/linux/linux-6.6/sound/soc/codecs/
Dmax98373.c89 9, 10, TLV_DB_SCALE_ITEM(500, 100, 0),
92 0, 9, TLV_DB_SCALE_ITEM(800, 100, 0),
96 2, 4, TLV_DB_SCALE_ITEM(100, 100, 0),
99 0, 9, TLV_DB_SCALE_ITEM(800, 100, 0),
106 10, 13, TLV_DB_SCALE_ITEM(-500, 100, 0),
107 14, 15, TLV_DB_SCALE_ITEM(-100, 50, 0),
110 0, 15, TLV_DB_SCALE_ITEM(-1500, 100, 0),
136 "45ms", "225ms", "450ms", "1150ms",
137 "2250ms", "3100ms", "4500ms", "6750ms"
146 "160us", "320us", "640us", "1.28ms",
[all …]
/kernel/linux/linux-5.10/net/mac80211/
Drc80211_minstrel_debugfs.c61 struct minstrel_debugfs_info *ms; in minstrel_stats_open() local
65 ms = kmalloc(2048, GFP_KERNEL); in minstrel_stats_open()
66 if (!ms) in minstrel_stats_open()
69 file->private_data = ms; in minstrel_stats_open()
70 p = ms->buf; in minstrel_stats_open()
92 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_open()
112 ms->len = p - ms->buf; in minstrel_stats_open()
114 WARN_ON(ms->len + sizeof(*ms) > 2048); in minstrel_stats_open()
123 struct minstrel_debugfs_info *ms; in minstrel_stats_csv_open() local
127 ms = kmalloc(2048, GFP_KERNEL); in minstrel_stats_csv_open()
[all …]
/kernel/linux/linux-6.6/Documentation/leds/
Dleds-mt6370-rgb.rst51 * Tr2: Second rising time for 31% - 100% load.
52 * Ton: On time for 100% load.
53 * Tf1: First falling time for 100% - 31% load.
57 * Tr1/Tr2/Tf1/Tf2/Ton: 125ms to 3125ms, 200ms per step.
58 * Toff: 250ms to 6250ms, 400ms per step.
64 This Will configure Tr1/Tr2/Tf1/Tf2 to 125m, Ton to 625ms, and Toff to 1050ms.
/kernel/linux/linux-5.10/samples/bpf/
Dtracex3_user.c16 #define SLOTS 100
68 printf("|1ns |10ns |100ns |1us |10us |100us" in print_banner()
69 " |1ms |10ms |100ms |1s |10s\n"); in print_banner()
71 printf("|1us |10us |100us |1ms |10ms " in print_banner()
72 "|100ms |1s |10s\n"); in print_banner()
/kernel/linux/linux-6.6/samples/bpf/
Dtracex3_user.c15 #define SLOTS 100
67 printf("|1ns |10ns |100ns |1us |10us |100us" in print_banner()
68 " |1ms |10ms |100ms |1s |10s\n"); in print_banner()
70 printf("|1us |10us |100us |1ms |10ms " in print_banner()
71 "|100ms |1s |10s\n"); in print_banner()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/reset/
Dgpio-poweroff.yaml15 from inactive to active. After a delay (active-delay-ms) it
17 delay (inactive-delay-ms) it is configured as active again.
19 the system is still running after waiting some time (timeout-ms).
35 active-delay-ms:
36 default: 100
39 inactive-delay-ms:
40 default: 100
43 timeout-ms:
58 timeout-ms = <3000>;
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-led-trigger-oneshot8 Defaults to 100 ms.
17 Defaults to 100 ms.
25 delay_on ms, then blink off for delay_off ms, leaving the LED
26 normally off. If set to 1, blink off for delay_off ms, then
27 blink on for delay_on ms, leaving the LED normally on.
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-led-trigger-oneshot8 Defaults to 100 ms.
17 Defaults to 100 ms.
25 delay_on ms, then blink off for delay_off ms, leaving the LED
26 normally off. If set to 1, blink off for delay_off ms, then
27 blink on for delay_on ms, leaving the LED normally on.

12345678910>>...51