Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c227 r->membw.throttle_mode = THREAD_THROTTLE_PER_THREAD; in __get_mem_config_intel()
229 r->membw.throttle_mode = THREAD_THROTTLE_MAX; in __get_mem_config_intel()
259 r->membw.throttle_mode = THREAD_THROTTLE_UNDEFINED; in __rdt_get_mem_config_amd()
/linux/fs/resctrl/
H A Drdtgroup.c1218 switch (r->membw.throttle_mode) { in rdt_thread_throttle_mode_show()
2170 enum membw_throttle_mode throttle_mode = THREAD_THROTTLE_UNDEFINED; in thread_throttle_mode_init() local
2175 r_mba->membw.throttle_mode != THREAD_THROTTLE_UNDEFINED) in thread_throttle_mode_init()
2176 throttle_mode = r_mba->membw.throttle_mode; in thread_throttle_mode_init()
2180 r_smba->membw.throttle_mode != THREAD_THROTTLE_UNDEFINED) in thread_throttle_mode_init()
2181 throttle_mode = r_smba->membw.throttle_mode; in thread_throttle_mode_init()
2183 if (throttle_mode == THREAD_THROTTLE_UNDEFINED) in thread_throttle_mode_init()