Home
last modified time | relevance | path

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

/linux/drivers/resctrl/
H A Dmpam_internal.h60 struct mpam_msc { struct
74 struct mpam_msc * __percpu *error_dev_id; argument
140 static inline bool __must_check mpam_mon_sel_lock(struct mpam_msc *msc) in mpam_mon_sel_lock() argument
150 static inline void mpam_mon_sel_unlock(struct mpam_msc *msc) in mpam_mon_sel_unlock()
155 static inline void mpam_mon_sel_lock_held(struct mpam_msc *msc) in mpam_mon_sel_lock_held()
160 static inline void mpam_mon_sel_lock_init(struct mpam_msc *msc) in mpam_mon_sel_lock_init()
235 int (*init)(struct mpam_msc *msc, const struct mpam_quirk *quirk);
358 struct mpam_msc *msc;
H A Dtest_mpam_devices.c34 static struct mpam_msc fake_msc1 = { 0 };
35 static struct mpam_msc fake_msc2 = { 0 };
325 static void __test_mpam_reset_msc_bitmap(struct mpam_msc *msc, u16 reg, u16 wd) in __test_mpam_reset_msc_bitmap()
336 struct mpam_msc fake_msc = {}; in test_mpam_reset_msc_bitmap()