Searched refs:limit (Results 1 – 12 of 12) sorted by relevance
13 power domain dynamic power budgeting and limit the triggering of whole-rail45 Number of performance limits is the number of threshold - performance limit51 provided in a numerically descending order at every performance limit change55 Performance limit is the domain performance level limit for each cores states61 | Number of cores online | Number of OPP | Threshold bitmap | perf limit |
101 size_t limit) in fip_get_entry() argument144 if ((uintptr_t)toc_entry->offset_address + toc_entry->size > limit) in fip_get_entry()
251 size_t limit);
273 int32_t cli_strncmp(const char *s1, const char *s2, uint32_t limit);
20 | Number of cores online | perf limit |
184 bool limit = i2c_fifo_islimit(instance); in i2c_fifo_get_send_data() local186 if (!limit) { in i2c_fifo_get_send_data()192 return !limit; in i2c_fifo_get_send_data()199 bool limit = i2c_fifo_islimit(instance); in i2c_fifo_put_recv_data() local201 if (!limit) { in i2c_fifo_put_recv_data()209 return !limit; in i2c_fifo_put_recv_data()
96 - apply a performance limit on the actor's corresponding domain if the power141 Mgmt will limit the power/performance.149 The maximum value of accumulated errors. This may be useful to limit the
35 A scenario where a request for a performance limit is not *affected* by any84 In some circumstances a plugin may needs to set a limit to the performance87 This interface should be used only when the limit set cannot wait till the next
385 uint32_t limit; in validate_new_limits() local393 limit = limits->minimum; in validate_new_limits()394 status = find_opp_for_level(domain_ctx, &limit, false); in validate_new_limits()399 limit = limits->maximum; in validate_new_limits()400 return find_opp_for_level(domain_ctx, &limit, false); in validate_new_limits()
121 int32_t cli_strncmp(const char *s1, const char *s2, uint32_t limit) in cli_strncmp() argument123 for (uint32_t i = 0; i < limit; i++) { in cli_strncmp()
365 - Documentation must also obey the 80 column limit
2256 # for no limit. Note that the threshold may be exceeded by 50% before the limit
Completed in 17 milliseconds