Searched refs:arch_mon_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | monitor.c | 372 void *arch_mon_ctx; in __check_limbo() local 377 if (IS_ERR(arch_mon_ctx)) { in __check_limbo() 379 PTR_ERR(arch_mon_ctx)); in __check_limbo() 397 arch_mon_ctx)) { in __check_limbo() 421 resctrl_arch_mon_ctx_free(r, QOS_L3_OCCUP_EVENT_ID, arch_mon_ctx); in __check_limbo() 614 rr->evtid, &tval, rr->arch_mon_ctx); in __mon_event_count() 639 rr->evtid, &tval, rr->arch_mon_ctx); in __mon_event_count() 845 rr.arch_mon_ctx = resctrl_arch_mon_ctx_alloc(rr.r, rr.evtid); in mbm_update_one_event() 846 if (IS_ERR(rr.arch_mon_ctx)) { in mbm_update_one_event() 848 PTR_ERR(rr.arch_mon_ctx)); in mbm_update_one_event() [all …]
|
| H A D | ctrlmondata.c | 639 rr->arch_mon_ctx = resctrl_arch_mon_ctx_alloc(r, evtid); in mon_event_read() 640 if (IS_ERR(rr->arch_mon_ctx)) { in mon_event_read() 658 resctrl_arch_mon_ctx_free(r, evtid, rr->arch_mon_ctx); in mon_event_read()
|
| H A D | internal.h | 156 void *arch_mon_ctx; member
|
| /linux-6.15/include/linux/ |
| H A D | resctrl.h | 445 u64 *val, void *arch_mon_ctx);
|