Home
last modified time | relevance | path

Searched refs:resctrl_pqr_state (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dresctrl.h13 * struct resctrl_pqr_state - State cache for the PQR MSR
27 struct resctrl_pqr_state { struct
34 DECLARE_PER_CPU(struct resctrl_pqr_state, pqr_state);
56 struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state); in __resctrl_sched_in()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dresctrl.h11 * struct resctrl_pqr_state - State cache for the PQR MSR
25 struct resctrl_pqr_state { struct
32 DECLARE_PER_CPU(struct resctrl_pqr_state, pqr_state);
54 struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state); in __resctrl_sched_in()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Dcore.c32 * The cached resctrl_pqr_state is strictly per CPU and can never be
37 DEFINE_PER_CPU(struct resctrl_pqr_state, pqr_state);
675 struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state); in clear_closid_rmid()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Dcore.c32 * The cached resctrl_pqr_state is strictly per CPU and can never be
37 DEFINE_PER_CPU(struct resctrl_pqr_state, pqr_state);
595 struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state); in clear_closid_rmid()

Completed in 4 milliseconds