/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | codel.json | 18 "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 …]
|
H A D | fq_codel.json | 18 …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 …oot refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms ce_threshold 1.02s interval 100ms me… 202 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit… 225 …_codel 1: root refcnt [0-9]+ limit 1000p flows 256 quantum.*target 5ms interval 100ms memory_limit… [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | brcm,iproc-touchscreen.txt | 20 - settling_timeout: The settling duration (in ms) is the amount of time 24 0 = 0.008 ms 25 1 = 0.01 ms 26 2 = 0.02 ms 27 3 = 0.04 ms 28 4 = 0.08 ms 29 5 = 0.16 ms 30 6 = 0.32 ms 31 7 = 0.64 ms 32 8 = 1.28 ms [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_metric.cpp | 18 constexpr Milliseconds systemTimestamp = 42ms; 55 .collectionDuration(CollectionDuration(0ms)); 220 ret.emplace_back(0ms, std::numeric_limits<double>::quiet_NaN()); in defaultReadings() 221 ret.emplace_back(10ms, 14.); in defaultReadings() 222 ret.emplace_back(1ms, 3.); in defaultReadings() 223 ret.emplace_back(5ms, 7.); in defaultReadings() 232 .expectedReading(systemTimestamp + 16ms, 7.0); in defaultCollectionFunctionParams() 258 .collectionDuration(CollectionDuration(100ms)) 259 .expectedReading(systemTimestamp + 16ms, 3.0), 262 .collectionDuration(CollectionDuration(3ms)) [all …]
|
/openbmc/linux/Documentation/fb/ |
H A D | viafb.modes | 15 # 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 …]
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | otg_fsm.h | 20 * TA_VBUS_RISE <= 100ms, section 4.4 31 * and 30000 ms, section 5.5, Table 5-1 34 #define TA_AIDL_BDIS (5000) /* a_suspend min 200 ms, section 5.2.1 35 * TA_AIDL_BDIS: section 5.5, Table 5-1 39 * 500ms is used for B switch to host 48 #define TB_DATA_PLS (10) /* b_srp_init,continue 5~10ms 52 #define TB_SRP_FAIL (6000) /* b_srp_init,fail time 5~6s 56 #define TB_ASE0_BRST (155) /* minimum 155 ms, section:5.3.1 */ 62 #define TB_AIDL_BDIS (20) /* 4ms ~ 150ms, section 5.2.1 */
|
/openbmc/linux/sound/soc/codecs/ |
H A D | ssm2518.c | 46 #define SSM2518_POWER1_NO_BCLK BIT(5) 61 #define SSM2518_SAI_CTRL1_FMT_MASK (0x3 << 5) 62 #define SSM2518_SAI_CTRL1_FMT_I2S (0x0 << 5) 63 #define SSM2518_SAI_CTRL1_FMT_LJ (0x1 << 5) 64 #define SSM2518_SAI_CTRL1_FMT_RJ_24BIT (0x2 << 5) 65 #define SSM2518_SAI_CTRL1_FMT_RJ_16BIT (0x3 << 5) 83 #define SSM2518_SAI_CTRL2_LRCLK_INVERT BIT(5) 96 #define SSM2518_MUTE_CTRL_ANA_GAIN BIT(5) 153 "0 ms", "0.1 ms", "0.19 ms", "0.37 ms", "0.75 ms", "1.5 ms", "3 ms", 154 "6 ms", "12 ms", "24 ms", "48 ms", "96 ms", "192 ms", "384 ms", [all …]
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_fast.c | 15 void ZSTD_fillHashTable(ZSTD_matchState_t* ms, in ZSTD_fillHashTable() argument 19 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_fillHashTable() 20 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTable() 23 const BYTE* const base = ms->window.base; in ZSTD_fillHashTable() 24 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTable() 75 * N+5 | H ... 94 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_noDict_generic() argument 98 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_compressBlock_fast_noDict_generic() 99 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_noDict_generic() 103 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_fast_noDict_generic() [all …]
|
H A D | zstd_double_fast.c | 15 void ZSTD_fillDoubleHashTable(ZSTD_matchState_t* ms, in ZSTD_fillDoubleHashTable() argument 18 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_fillDoubleHashTable() 19 U32* const hashLarge = ms->hashTable; in ZSTD_fillDoubleHashTable() 22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() 24 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTable() 25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTable() 52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_noDict_generic() argument 55 ZSTD_compressionParameters const* cParams = &ms->cParams; in ZSTD_compressBlock_doubleFast_noDict_generic() 56 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_noDict_generic() 58 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_noDict_generic() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | azoteq,iqs7222.yaml | 129 azoteq,timeout-ati-ms: 134 Specifies the delay (in ms) before ATI is retried following an ATI error. 136 azoteq,rate-ati-ms: 139 description: Specifies the rate (in ms) at which ATI status is evaluated. 141 azoteq,timeout-np-ms: 145 Specifies the length of time (in ms) to wait for an event before moving 148 azoteq,rate-np-ms: 151 description: Specifies the report rate (in ms) during normal-power mode. 153 azoteq,timeout-lp-ms: 157 Specifies the length of time (in ms) to wait for an event before moving [all …]
|
H A D | iqs626a.yaml | 60 enum: [0, 1, 2, 3, 4, 5, 6, 7] 70 5: 135 84 enum: [0, 1, 2, 3, 4, 5, 6, 7] 94 5: Generic channel 1 126 azoteq,rate-np-ms: 130 description: Specifies the report rate (in ms) during normal-power mode. 132 azoteq,rate-lp-ms: 136 description: Specifies the report rate (in ms) during low-power mode. 138 azoteq,rate-ulp-ms: 143 description: Specifies the report rate (in ms) during ultra-low-power mode. [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-bwc.rst | 52 会,两个任务都在他们的配额内,一切都很好。同时,我们有一个p(5)p(5)=0.25%的机会,两个任务同 78 cpu.cfs_period_us=100ms 104 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms) 174 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */ 175 # echo 250000 > cpu.cfs_period_us /* period = 250ms */ 181 # echo 1000000 > cpu.cfs_quota_us /* quota = 1000ms */ 182 # echo 500000 > cpu.cfs_period_us /* period = 500ms */ 190 # echo 10000 > cpu.cfs_quota_us /* quota = 10ms */ 191 # echo 50000 > cpu.cfs_period_us /* period = 50ms */ 200 # echo 20000 > cpu.cfs_quota_us /* quota = 20ms */ [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | tracex3_user.c | 29 "\033[48;5;255m", 30 "\033[48;5;252m", 31 "\033[48;5;250m", 32 "\033[48;5;248m", 33 "\033[48;5;246m", 34 "\033[48;5;244m", 35 "\033[48;5;242m", 36 "\033[48;5;240m", 37 "\033[48;5;238m", 38 "\033[48;5;236m", [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | st,stmpe.yaml | 53 enum: [ 0, 1, 2, 3, 4, 5, 6 ] 61 5 = 96 clock ticks 152 enum: [ 0, 1, 2, 3, 4, 5, 6, 7 ] 159 4 = 1 ms 160 5 = 5 ms 161 6 = 10 ms 162 7 = 50 ms 166 enum: [ 0, 1, 2, 3, 4, 5, 6, 7 ] 172 3 = 1 ms 173 4 = 5 ms [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/accounting/ |
H A D | delay-accounting.rst | 87 # ./getdelays -d -t 5 89 TGID 5 93 8 7000000 6872122 3382277 0.423ms 95 0 0 0.000ms 97 0 0 0.000ms 99 0 0 0.000ms 101 0 0 0.000ms 103 0 0 0.000ms 105 0 0 0ms
|
/openbmc/qemu/tests/unit/ |
H A D | test-smp-parse.c | 51 * Currently a 5-level topology hierarchy is supported on PC machines 81 * Currently a 5-level topology hierarchy is supported on s390 ccw machines 132 * List all the possible valid sub-collections of the generic 5 452 * config: -smp 200,sockets=3,dies=5,modules=2,cores=4,\ 455 .config = SMP_CONFIG_WITH_MODS_DIES(T, 200, T, 3, T, 5, T, 459 "sockets (3) * dies (5) * modules (2) * " 463 * config: -smp 242,sockets=3,dies=5,modules=2,cores=4,\ 466 .config = SMP_CONFIG_WITH_MODS_DIES(T, 242, T, 3, T, 5, T, 470 "sockets (3) * dies (5) * modules (2) * " 537 * config: -smp 200,drawers=3,books=5,sockets=2,cores=4,\ [all …]
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-bwc.rst | 52 everything is good. At the same time we have a p(5)p(5) = 0.25% chance 84 cpu.cfs_period_us=100ms 95 period is 1ms. There is also an upper bound on the period length of 1s. 120 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms) 127 A group's bandwidth statistics are exported via 5 fields in cpu.stat. 163 Once a slice is assigned to a cpu it does not expire. However all but 1ms of 181 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only 186 also limits the burst ability to no more than 1ms per cpu. This provides 199 will use up to 1ms additional quota in some periods, thereby preventing the 210 If period is 250ms and quota is also 250ms, the group will get [all …]
|
/openbmc/linux/Documentation/accounting/ |
H A D | delay-accounting.rst | 103 Get sum of delays, since system boot, for all pids with tgid 5:: 105 # ./getdelays -d -t 5 107 TGID 5 111 8 7000000 6872122 3382277 0.423ms 113 0 0 0.000ms 115 0 0 0.000ms 117 0 0 0.000ms 119 0 0 0.000ms 121 0 0 0.000ms 123 0 0 0.000ms [all …]
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-fsl-usb.h | 12 #define USB_CMD_ASYNC_SCHEDULE_EN (0x1<<5) 54 #define USB_STS_IAA (0x1<<5) 69 #define USB_INTR_ASYN_ADV_EN (0x1<<5) 83 #define PORTSC_OVER_CUURENT_CHG (0x1<<5) 150 #define OTGSC_CTRL_ID_PULL_EN (0x1<<5) 234 #define TA_WAIT_VRISE (100) /* a_wait_vrise 100 ms, section: 6.6.5.1 */ 244 /* It is necessary for this timer to be more than 750 ms because of a bug in OPT 245 * test 5.4 in which B OPT disconnects after 750 ms instead of 75ms as stated 248 #define TA_AIDL_BDIS (5000) /* a_suspend minimum 200 ms, section: 6.6.5.3 */ 251 #define TA_BIDL_ADIS (12) /* 3 to 200 ms */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | ti,ts3a227e.yaml | 39 - 5 # 2.6 V 44 ti,debounce-release-ms: 45 description: key release debounce time in ms (datasheet section 9.6.7). 51 ti,debounce-press-ms: 52 description: key press debounce time in ms (datasheet section 9.6.7). 60 ti,debounce-insertion-ms: 61 description: headset insertion debounce time in ms (datasheet section 9.6.5).
|
H A D | cirrus,cs42l42.yaml | 80 0 - 0ms 81 1 - 125ms 82 2 - 250ms 83 3 - 500ms 84 4 - 750ms 85 5 - 1s (Default) 99 0 - 0ms 100 1 - 125ms 101 2 - 250ms 102 3 - 500ms [all …]
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 96 * value observed is 5 days (network connection tracking), so this should not 106 * 0 0 1 ms 0 ms - 63 ms 107 * 1 64 8 ms 64 ms - 511 ms 108 * 2 128 64 ms 512 ms - 4095 ms (512ms - ~4s) 109 * 3 192 512 ms 4096 ms - 32767 ms (~4s - ~32s) 110 * 4 256 4096 ms (~4s) 32768 ms - 262143 ms (~32s - ~4m) 111 * 5 320 32768 ms (~32s) 262144 ms - 2097151 ms (~4m - ~34m) 112 * 6 384 262144 ms (~4m) 2097152 ms - 16777215 ms (~34m - ~4h) 113 * 7 448 2097152 ms (~34m) 16777216 ms - 134217727 ms (~4h - ~1d) 114 * 8 512 16777216 ms (~4h) 134217728 ms - 1073741822 ms (~1d - ~12d) [all …]
|
/openbmc/linux/ |
H A D | opengrok1.0.log | 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 7 2024-12-28 20:07:11.914-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/arch/powerpc/platforms/pasemi/idle.c' (CAnalyzer) (took 28 ms) 10 2024-12-28 20:07:11.914-0600 FINEST t582 Statistics.logIt: Added: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/cache.json' (JsonAnalyzer) (took 36 ms) 13 2024-12-28 20:07:11.914-0600 FINEST t589 Statistics.logIt: Added: '/openbmc/qemu/include/qom/qom-qobject.h' (CAnalyzer) (took 24 ms) 14 2024-12-28 20:07:11.914-0600 FINEST t582 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/libcper/sections/cper-section-firmware.c': chosen by suffix: CAnalyzerFactory 15 2024-12-28 20:07:11.914-0600 FINEST t584 Statistics.logIt: Added: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb' (PlainAnalyzer) (took 46 ms) 16 2024-12-28 20:07:11.914-0600 FINEST t586 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/u-boot/drivers/net/lan91c96.h': chosen by suffix: CAnalyzerFactory 18 2024-12-28 20:07:11.913-0600 FINEST t593 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-pagefault.c' (CAnalyzer) (took 26 ms) 19 2024-12-28 20:07:11.913-0600 FINEST t583 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/linux/tools/virtio/virtio-trace/trace-agent-rw.c': chosen by suffix: CAnalyzerFactory 20 2024-12-28 20:07:11.915-0600 FINEST t593 AnalyzerGuru.lambda$findBySuffix$5 [all...] |
H A D | opengrok0.0.log | 462 2024-12-28 20:09:06.065-0600 FINEST t1153 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-2.1.5-error-return.patch.gz' 5372 2024-12-28 20:09:06.932-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/firmware/efi/libstub/x86-5lvl.c.gz' 5434 2024-12-28 20:09:06.957-0600 FINEST t1139 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-5.dtsi.gz' 5583 2024-12-28 20:09:07.004-0600 FINEST t1120 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-svr4.patch.gz' 5669 2024-12-28 20:09:06.987-0600 FINEST t1086 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb.gz' [all...] |
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_network_utils.py | 78 Max rtt: 193.010ms | Min rtt: 193.010ms | Avg rtt: 193.010ms 80 TCP connection attempts: 5 | Successful connections: 5 | Failed: 0 (0.00%) 86 [max_rtt]: 193.010ms 87 [min_rtt]: 193.010ms 88 [avg_rtt]: 193.010ms 93 [tcp_connection_attempts]: 5 94 [successful_connections]: 5 147 [max_rtt]: 0.534ms 148 [min_rtt]: 0.441ms 149 [avg_rtt]: 0.487ms
|