Searched refs:resctrl_arch_mon_ctx_alloc (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dresctrl.h178 static inline void *resctrl_arch_mon_ctx_alloc(struct rdt_resource *r, int evtid) function
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c332 arch_mon_ctx = resctrl_arch_mon_ctx_alloc(r, QOS_L3_OCCUP_EVENT_ID);
741 rr.arch_mon_ctx = resctrl_arch_mon_ctx_alloc(rr.r, rr.evtid);
755 rr.arch_mon_ctx = resctrl_arch_mon_ctx_alloc(rr.r, rr.evtid);
H A Dctrlmondata.c558 rr->arch_mon_ctx = resctrl_arch_mon_ctx_alloc(r, evtid);

Completed in 263 milliseconds