Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/ !
H A Dmonitor.c219 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() argument
223 chunks = (cur_msr << shift) - (prev_msr << shift); in mbm_overflow_count()