Home
last modified time | relevance | path

Searched full:limit (Results 1 – 25 of 2565) sorted by relevance

12345678910>>...103

/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_capping.robot6 # PL Power Limit
35 [Documentation] Change active power limit with system power on and
36 ... Power limit active.
39 Set DCMI Power Limit And Verify ${max_power}
67 ${power}= Get DCMI Power Limit
69 ... msg=DCMI power limit should be ${max_power}.
73 Set DCMI Power Limit And Verify ${near_max_power_50}
77 [Documentation] Change active power limit with system power on and
78 ... deactivate power limit prior to change.
85 Set DCMI Power Limit And Verify ${power_setting}
[all …]
H A Dtest_escale_base.robot59 # Set the power limit via REST.
60 Set DCMI Power Limit Via REST ${test_power}
62 # Read the power limit using IPMI.
63 ${power_limit}= Get DCMI Power Limit
65 ... msg=Reading Power limit with IPMI failed after setting it with REST.
76 Set DCMI Power Limit And Verify ${test_power}
78 # Read the limit via REST.
79 ${power_limit}= Get DCMI Power Limit Via REST
81 ... msg=Reading power limit with REST failed after setting it with IPMI.
108 Set DCMI Power Limit And Verify ${mid_power}
[all …]
/openbmc/qemu/include/qemu/
H A Dratelimit.h40 static inline int64_t ratelimit_calculate_delay(RateLimit *limit, uint64_t n) in ratelimit_calculate_delay() argument
45 QEMU_LOCK_GUARD(&limit->lock); in ratelimit_calculate_delay()
46 if (!limit->slice_quota) { in ratelimit_calculate_delay()
50 assert(limit->slice_ns); in ratelimit_calculate_delay()
52 if (limit->slice_end_time < now) { in ratelimit_calculate_delay()
55 limit->slice_start_time = now; in ratelimit_calculate_delay()
56 limit->slice_end_time = now + limit->slice_ns; in ratelimit_calculate_delay()
57 limit->dispatched = 0; in ratelimit_calculate_delay()
60 limit->dispatched += n; in ratelimit_calculate_delay()
61 if (limit->dispatched < limit->slice_quota) { in ratelimit_calculate_delay()
[all …]
/openbmc/linux/arch/arm64/lib/
Dmemcmp.S
Dstrncmp.S
/openbmc/linux/Documentation/hwmon/
Dina209.rst
/openbmc/linux/fs/quota/
Dquotaio_v2.h
Dquotaio_v1.h
/openbmc/linux/net/netfilter/
Dnft_limit.c
Dnf_conntrack_sip.c
/openbmc/linux/tools/testing/selftests/net/forwarding/
Dsch_red.sh
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dchoke.json
Dred.json
Dcodel.json
Dfq_codel.json
Dfq.json
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
Dsch_red_core.sh
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot16 Get System Power Cap Limit
17 [Documentation] Get the allowed MAX and MIN power limit of the chassis.
38 # Current Limit State: No Active Power Limit
40 # Power Limit: 500 Watts
43 # The power limit setting can be obtained with the following:
55 Get DCMI Power Limit
64 Set DCMI Power Limit And Verify
65 [Documentation] Set system power limit via IPMI DCMI command.
69 # limit The power limit in watts
71 ${cmd}= Catenate dcmi power set_limit limit ${power_limit}
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
Dgpio-charger.yaml
Dbq25980.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DCap.interface.yaml50 Exception Actions, taken if the Power Limit is exceeded and cannot be
51 controlled within the Correction time limit.
57 Correction Time Limit in microseconds. Maximum time taken to limit the
58 power after the platform power has reached the power limit before the
60 the system power usage constantly exceeds the specified power limit
61 for more than the Correction Time Limit interval. The Correction Time
62 Limit timeout automatically restarts if the system power meets or
63 drops below the Power Limit.
74 Exception actions, taken if the Power Limit is exceeded and cannot be
75 controlled within the Correction Time Limit.
/openbmc/qemu/hw/timer/
H A Dslavio_timer.c59 uint64_t limit; member
109 uint64_t count, limit; in slavio_timer_get_out() local
111 if (t->limit == 0) { /* free-run system or processor counter */ in slavio_timer_get_out()
112 limit = TIMER_MAX_COUNT32; in slavio_timer_get_out()
114 limit = t->limit; in slavio_timer_get_out()
116 count = limit - PERIODS_TO_LIMIT(ptimer_get_count(t->timer)); in slavio_timer_get_out()
118 trace_slavio_timer_get_out(t->limit, t->counthigh, t->count); in slavio_timer_get_out()
132 /* if limit is 0 (free-run), there will be no match */ in slavio_timer_irq()
133 if (t->limit != 0) { in slavio_timer_irq()
137 if (!slavio_timer_is_user(tc) && t->limit != 0) { in slavio_timer_irq()
[all …]
/openbmc/qemu/docs/devel/migration/
H A Ddirty-limit.rst1 Dirty limit
4 The dirty limit, short for dirty page rate upper limit, is a new capability
36 page rate value and the corresponding upper limit of the VM:
40 limit is specified by caller, therefore fetch it directly.
47 rate progressively down to the upper limit without oscillation. To
50 to the limit, which is used when the current dirty page rate is far
51 from the limit; the second is to add or subtract a fixed time when
52 the current dirty page rate is close to the limit.
60 to step PREPARE (1) until the dirty limit is reached.
68 In summary, thanks to the KVM dirty ring technology, the dirty limit
[all …]
/openbmc/linux/net/wireless/
Dof.c
/openbmc/linux/fs/romfs/
Dstorage.c

12345678910>>...103