Home
last modified time | relevance | path

Searched refs:trend (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DREADME8 remains critical. Ongoing development efforts trend toward making jemalloc
H A DChangeLog603 This bugfix release continues the trend of xallocx() and heap profiling fixes.
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c373 uint32_t trend; member
799 stats[lcore_id].trend = 0; in power_freq_scaleup_heuristic()
802 stats[lcore_id].trend += FREQ_UP_TREND2_ACC; in power_freq_scaleup_heuristic()
804 stats[lcore_id].trend += FREQ_UP_TREND1_ACC; in power_freq_scaleup_heuristic()
806 if (likely(stats[lcore_id].trend > FREQ_UP_THRESHOLD)) { in power_freq_scaleup_heuristic()
807 stats[lcore_id].trend = 0; in power_freq_scaleup_heuristic()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst53 a step up based on the near to full trend of polled Rx queues.
320 * If the size of available descriptors exceeds 64, a trend counter is incremented by 100.
322 * If the length of the ring exceeds 32, the trend counter is incremented by 1.
324 * When the trend counter reached 10000 the frequency hint is changed to the next higher frequency.