Home
last modified time | relevance | path

Searched refs:FREQ_WINDOW_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/vm_power_manager/
H A Dpower_manager.h12 #define FREQ_WINDOW_SIZE 32 macro
26 uint16_t freq_directions[FREQ_WINDOW_SIZE];
H A Doob_monitor_x86.c118 freq_window_idx = freq_window_idx & (FREQ_WINDOW_SIZE-1); in apply_policy()
122 for (i = 0; i < FREQ_WINDOW_SIZE; i++) in apply_policy()