Searched refs:trend (Results 1 – 4 of 4) sorted by relevance
8 remains critical. Ongoing development efforts trend toward making jemalloc
603 This bugfix release continues the trend of xallocx() and heap profiling fixes.
373 uint32_t trend; member799 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()
53 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.