Home
last modified time | relevance | path

Searched refs:ms (Results 101 – 125 of 1091) sorted by relevance

12345678910>>...44

/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst84 cpu.cfs_period_us=100ms
210 If period is 250ms and quota is also 250ms, the group will get
211 1 CPU worth of runtime every 250ms.
213 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */
218 With 500ms period and 1000ms quota, the group can get 2 CPUs worth of
219 runtime every 500ms::
228 With 50ms period, 10ms quota will be equivalent to 20% of 1 CPU::
230 # echo 10000 > cpu.cfs_quota_us /* quota = 10ms */
239 With 50ms period, 20ms quota will be equivalent to 40% of 1 CPU.
242 # echo 20000 > cpu.cfs_quota_us /* quota = 20ms */
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l33.txt31 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.
H A Dmaxim,max98504.yaml47 maxim,brownout-attack-hold-ms:
51 Brownout attack hold phase time in ms, VBATBROWN_ATTK_HOLD, register 0x0018.
53 maxim,brownout-timed-hold-ms:
57 Brownout timed hold phase time in ms, VBATBROWN_TIME_HOLD, register 0x0019.
59 maxim,brownout-release-rate-ms:
63 Brownout release phase step time in ms, VBATBROWN_RELEASE, register 0x001A.
H A Dnuvoton,nau8825.yaml150 - 0 # 30 ms
151 - 1 # 50 ms
152 - 2 # 100 ms
153 - 3 # 30 ms
159 number from 0 to 7 that sets debounce time to 2^(n+2) ms.
166 number from 0 to 7 that sets debounce time to 2^(n+2) ms
181 nuvoton,adc-delay-ms:
183 Delay (in ms) to make input path stable and avoid pop noise.
184 The default value is 125 and range between 125 to 500 ms.
/openbmc/linux/Documentation/translations/zh_CN/accounting/
H A Dpsi.rst65 触发器定义:指定时间窗口期内累积阻塞时间的最大值。比如可定义500ms内积累
66 100ms阻塞,即触发一次唤醒事件。
75 1秒内至少一个任务阻塞于内存的总时间超过150ms时触发。向/proc/pressure/io写入
76 "full 50000 1000000"将新增触发器,将在1秒内所有任务都阻塞于io的总时间超过50ms时触发。
85 内核接受的窗口为500ms~10s,所以监控间隔为50ms~1s。设置窗口下限目的是为了
/openbmc/linux/fs/minix/
H A Dinode.c119 struct minix_super_block * ms; in minix_remount() local
122 ms = sbi->s_ms; in minix_remount()
137 ms->s_state &= ~MINIX_VALID_FS; in minix_remount()
176 struct minix_super_block *ms; in minix_fill_super() local
198 sbi->s_ms = ms; in minix_fill_super()
201 sbi->s_ninodes = ms->s_ninodes; in minix_fill_super()
202 sbi->s_nzones = ms->s_nzones; in minix_fill_super()
207 s->s_maxbytes = ms->s_max_size; in minix_fill_super()
208 s->s_magic = ms->s_magic; in minix_fill_super()
221 sbi->s_nzones = ms->s_zones; in minix_fill_super()
[all …]
/openbmc/linux/tools/perf/util/
H A Dsort.c254 return _sort__dso_cmp(right->ms.map, left->ms.map); in sort__dso_cmp()
328 if (!left->ms.sym && !right->ms.sym) in sort__sym_cmp()
341 return _sort__sym_cmp(left->ms.sym, right->ms.sym); in sort__sym_cmp()
347 if (!left->ms.sym || !right->ms.sym) in sort__sym_sort()
348 return cmp_null(left->ms.sym, right->ms.sym); in sort__sym_sort()
1031 if (!from_l->ms.sym && !from_r->ms.sym) in sort__sym_from_cmp()
1048 if (!to_l->ms.sym && !to_r->ms.sym) in sort__sym_to_cmp()
1234 ret = _sort__dso_cmp(to_l->ms.map, to_r->ms.map); in sort__addr_to_cmp()
1335 ms = &he->mem_info->daddr.ms; in hist_entry__daddr_snprintf()
1361 ms = &he->mem_info->iaddr.ms; in hist_entry__iaddr_snprintf()
[all …]
H A Dhist.c93 if (h->ms.sym) { in hists__calc_col_len()
108 if (h->ms.map) { in hists__calc_col_len()
453 he->ms.maps = maps__get(he->ms.maps); in hist_entry__init()
454 he->ms.map = map__get(he->ms.map); in hist_entry__init()
470 he->branch_info->to.ms.map = map__get(he->branch_info->to.ms.map); in hist_entry__init()
640 if (he->ms.map != entry->ms.map) { in hists__findnew_entry()
642 he->ms.map = map__get(entry->ms.map); in hists__findnew_entry()
720 .ms = { in __hists__add_entry()
795 .ms = { in hists__add_entry_block()
1127 .ms = { in iter_add_next_cumulative_entry()
[all …]
/openbmc/linux/tools/power/cpupower/bench/
H A DREADME-BENCH41 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).
70 25 ms | 25 ms | 1
71 50 ms | 50 ms | 2
73 For example if ondemand governor is configured to have a 50ms
87 50 50 50 50ms ->time
/openbmc/qemu/include/hw/i386/
H A Dx86.h103 CpuInstanceProperties x86_cpu_index_to_props(MachineState *ms,
105 int64_t x86_get_default_cpu_node_id(const MachineState *ms, int idx);
106 const CPUArchIdList *x86_possible_cpu_arch_ids(MachineState *ms);
107 CPUArchId *x86_find_cpu_slot(MachineState *ms, uint32_t id, int *idx);
118 void x86_bios_rom_init(MachineState *ms, const char *default_firmware,
/openbmc/linux/arch/m68k/fpsp040/
H A Dsgetem.S94 movel LOCAL_HI(%a0),%d0 |load ms mant in d0
97 movel %d0,LOCAL_HI(%a0) |put ms mant back on stack
106 | ms mantissa part in d0
111 tstl %d0 |if any bits set in ms mant
113 | ;else no bits set in ms mant
119 exg %d0,%d1 |shift ls mant to ms mant
121 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
128 lsll %d3,%d0 |shift ms mant until j-bit is set
134 | ;be shifted into ms mant
135 orl %d6,%d0 |shift the ls mant bits into the ms mant
/openbmc/qemu/include/qemu/
H A Dthread.h47 typedef bool (*QemuCondTimedWaitFunc)(QemuCond *c, QemuMutex *m, int ms,
79 #define qemu_cond_timedwait(c, m, ms) \ argument
80 qemu_cond_timedwait_impl(c, m, ms, __FILE__, __LINE__)
108 #define qemu_cond_timedwait(c, m, ms) ({ \ argument
110 _f(c, m, ms, __FILE__, __LINE__); \
162 bool qemu_cond_timedwait_impl(QemuCond *cond, QemuMutex *mutex, int ms,
172 int ms)
174 return qemu_cond_timedwait(cond, mutex, ms);
180 int qemu_sem_timedwait(QemuSemaphore *sem, int ms);
/openbmc/qemu/include/hw/ppc/
H A Dvof.h24 int vof_client_call(MachineState *ms, Vof *vof, void *fdt,
40 target_ulong (*client_architecture_support)(MachineState *ms, CPUState *cs,
42 void (*quiesce)(MachineState *ms);
43 bool (*setprop)(MachineState *ms, const char *path, const char *propname,
/openbmc/linux/lib/zstd/compress/
H A Dzstd_ldm.c242 switch(ms->cParams.strategy) in ZSTD_ldm_fillFastTables()
245 ZSTD_fillHashTable(ms, iend, ZSTD_dtlm_fast); in ZSTD_ldm_fillFastTables()
249 ZSTD_fillDoubleHashTable(ms, iend, ZSTD_dtlm_fast); in ZSTD_ldm_fillFastTables()
314 U32 const curr = (U32)(anchor - ms->window.base); in ZSTD_ldm_limitTableUpdate()
315 if (curr > ms->nextToUpdate + 1024) { in ZSTD_ldm_limitTableUpdate()
316 ms->nextToUpdate = in ZSTD_ldm_limitTableUpdate()
679 ms->ldmSeqStore = rawSeqStore; in ZSTD_ldm_blockCompress()
700 ZSTD_ldm_limitTableUpdate(ms, ip); in ZSTD_ldm_blockCompress()
701 ZSTD_ldm_fillFastTables(ms, ip); in ZSTD_ldm_blockCompress()
720 ZSTD_ldm_limitTableUpdate(ms, ip); in ZSTD_ldm_blockCompress()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml61 azoteq,rate-active-ms:
66 azoteq,rate-touch-ms:
71 azoteq,rate-idle-ms:
76 azoteq,rate-lp1-ms:
81 azoteq,rate-lp2-ms:
94 azoteq,timeout-touch-ms:
102 azoteq,timeout-idle-ms:
110 azoteq,timeout-lp1-ms:
118 azoteq,timeout-lp2-ms:
126 azoteq,timeout-ati-ms:
[all …]
H A Dcypress,cy8ctma340.yaml86 active-interval-ms:
87 description: the minimum period in ms between consecutive
92 lowpower-interval-ms:
93 description: the minimum period in ms between consecutive
98 touch-timeout-ms:
99 description: minimum time in ms spent in the active power state while no
142 active-interval-ms = <0>;
143 touch-timeout-ms = <255>;
144 lowpower-interval-ms = <10>;
/openbmc/qemu/hw/i386/
H A Dfw_cfg.h22 FWCfgState *fw_cfg_arch_create(MachineState *ms,
25 void fw_cfg_build_smbios(MachineState *ms, FWCfgState *fw_cfg);
26 void fw_cfg_build_feature_control(MachineState *ms, FWCfgState *fw_cfg);
/openbmc/webui-vue/docs/guide/guidelines/
H A Dmotion.md46 $duration--fast-01: 70ms; //Micro-interactions such as button and toggle
47 $duration--fast-02: 110ms; //Micro-interactions such as fade
48 $duration--moderate-01: 150ms; //Micro-interactions, small expansion, short distance movements
49 $duration--moderate-02: 240ms; //Expansion, system communication, toast
50 $duration--slow-01: 400ms; //Large expansion, important system notifications
51 $duration--slow-02: 700ms; //Background dimming
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dbrcms_trace_brcmsmac.h43 __field(uint, ms)
48 __entry->ms = t->ms;
54 __entry->ms, __entry->set, __entry->periodic
/openbmc/telemetry/tests/src/
H A Dtest_detached_timer.cpp23 makeDetachedTimer(DbusEnvironment::getIoc(), 100ms, [this, &setPromise] { in TEST_F()
31 EXPECT_THAT(elapsed, AllOf(Ge(100ms), Lt(200ms))); in TEST_F()
/openbmc/linux/Documentation/ABI/testing/
H A Dprocfs-diskstats16 7 time spent reading (ms)
20 11 time spent writing (ms)
22 13 time spent doing I/Os (ms)
23 14 weighted time spent doing I/Os (ms)
/openbmc/qemu/hw/loongarch/
H A Dfw_cfg.c20 FWCfgState *loongarch_fw_cfg_init(ram_addr_t ram_size, MachineState *ms) in loongarch_fw_cfg_init() argument
23 int max_cpus = ms->smp.max_cpus; in loongarch_fw_cfg_init()
24 int smp_cpus = ms->smp.cpus; in loongarch_fw_cfg_init()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c68 MachineState *ms = MACHINE(vms); in acpi_dsdt_add_cpus() local
71 for (i = 0; i < ms->smp.cpus; i++) { in acpi_dsdt_add_cpus()
528 MachineState *ms = MACHINE(vms); in build_srat() local
561 if (ms->nvdimms_state->is_enabled) { in build_srat()
565 if (ms->device_memory) { in build_srat()
846 MachineState *ms = MACHINE(vms); in build_dsdt() local
932 MachineState *ms = MACHINE(vms); in virt_acpi_build() local
984 if (ms->numa_state->num_nodes > 0) { in virt_acpi_build()
993 if (ms->numa_state->hmat_enabled) { in virt_acpi_build()
1000 if (ms->nvdimms_state->is_enabled) { in virt_acpi_build()
[all …]
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c401 if (!he || !ms) in hist_browser__selection_has_children()
404 if (ms == &he->ms) in hist_browser__selection_has_children()
415 if (!he || !ms) in hist_browser__selection_unfolded()
418 if (ms == &he->ms) in hist_browser__selection_unfolded()
421 return container_of(ms, struct callchain_list, ms)->unfolded; in hist_browser__selection_unfolded()
433 if (ms == &he->ms) { in hist_browser__selection_sym_name()
452 if (ms == &he->ms) in hist_browser__toggle_fold()
2498 ms->sym = symbol__new_unresolved(addr, ms->map); in add_annotate_opt()
2506 act->ms = *ms; in add_annotate_opt()
3103 actions->ms.map = bi->to.ms.map; in evsel__hists_browse()
[all …]
/openbmc/qemu/system/
H A Ddirtylimit.c159 MachineState *ms = MACHINE(qdev_get_machine()); in vcpu_dirty_rate_stat_initialize() local
160 int max_cpus = ms->smp.max_cpus; in vcpu_dirty_rate_stat_initialize()
204 MachineState *ms = MACHINE(qdev_get_machine()); in dirtylimit_state_initialize() local
205 int max_cpus = ms->smp.max_cpus; in dirtylimit_state_initialize()
239 MachineState *ms = MACHINE(qdev_get_machine()); in dirtylimit_vcpu_index_valid() local
242 cpu_index >= ms->smp.max_cpus); in dirtylimit_vcpu_index_valid()
403 MachineState *ms = MACHINE(qdev_get_machine()); in dirtylimit_set_all() local
404 int max_cpus = ms->smp.max_cpus; in dirtylimit_set_all()
453 MigrationState *ms = migrate_get_current(); in dirtylimit_is_allowed() local
455 if (migration_is_running(ms->state) && in dirtylimit_is_allowed()
[all …]

12345678910>>...44