Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c226 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()
H A Drdtgroup.c1201 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() local
2093 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()
/linux-6.15/include/linux/
H A Dresctrl.h221 enum membw_throttle_mode throttle_mode; member