Searched refs:throttle_mode (Results 1 – 3 of 3) sorted by relevance
226 r->membw.throttle_mode = THREAD_THROTTLE_PER_THREAD; in __get_mem_config_intel()228 r->membw.throttle_mode = THREAD_THROTTLE_MAX; in __get_mem_config_intel()258 r->membw.throttle_mode = THREAD_THROTTLE_UNDEFINED; in __rdt_get_mem_config_amd()
1201 switch (r->membw.throttle_mode) { in rdt_thread_throttle_mode_show()2088 enum membw_throttle_mode throttle_mode = THREAD_THROTTLE_UNDEFINED; in thread_throttle_mode_init() local2093 r_mba->membw.throttle_mode != THREAD_THROTTLE_UNDEFINED) in thread_throttle_mode_init()2094 throttle_mode = r_mba->membw.throttle_mode; in thread_throttle_mode_init()2098 r_smba->membw.throttle_mode != THREAD_THROTTLE_UNDEFINED) in thread_throttle_mode_init()2099 throttle_mode = r_smba->membw.throttle_mode; in thread_throttle_mode_init()2101 if (throttle_mode == THREAD_THROTTLE_UNDEFINED) in thread_throttle_mode_init()
221 enum membw_throttle_mode throttle_mode; member