Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h242 bool intel_handle_aet_option(bool force_off, char *tok);
253 static inline bool intel_handle_aet_option(bool force_off, char *tok) { return false; } in intel_handle_aet_option() function
H A Dcore.c844 if (intel_handle_aet_option(force_off, tok)) in set_rdt_options()