Home
last modified time | relevance | path

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

/linux/drivers/resctrl/
H A Dtest_mpam_devices.c54 INIT_LIST_HEAD(&fake_comp1.vmsc); in reset_fake_hierarchy()
56 INIT_LIST_HEAD(&fake_comp2.vmsc); in reset_fake_hierarchy()
92 list_add(&fake_vmsc1.comp_list, &fake_comp1.vmsc); in test_mpam_enable_merge_features()
94 fake_ris1.vmsc = &fake_vmsc1; in test_mpam_enable_merge_features()
96 fake_ris2.vmsc = &fake_vmsc1; in test_mpam_enable_merge_features()
116 list_add(&fake_vmsc1.comp_list, &fake_comp1.vmsc); in test_mpam_enable_merge_features()
118 fake_ris1.vmsc = &fake_vmsc1; in test_mpam_enable_merge_features()
120 fake_ris2.vmsc = &fake_vmsc1; in test_mpam_enable_merge_features()
145 list_add(&fake_vmsc1.comp_list, &fake_comp1.vmsc); in test_mpam_enable_merge_features()
147 list_add(&fake_vmsc2.comp_list, &fake_comp1.vmsc); in test_mpam_enable_merge_features()
[all …]
H A Dmpam_devices.c125 * then linked via struct mpam_ris to a vmsc, component and class.
126 * The same MSC may exist under different class->component->vmsc paths, but the
392 INIT_LIST_HEAD_RCU(&comp->vmsc); in mpam_component_destroy()
437 struct mpam_vmsc *vmsc;
441 vmsc = kzalloc_obj(*vmsc); in mpam_vmsc_destroy()
442 if (!vmsc) in mpam_vmsc_destroy()
444 init_garbage(&vmsc->garbage); in mpam_vmsc_destroy()
446 INIT_LIST_HEAD_RCU(&vmsc->ris); in mpam_vmsc_destroy()
447 INIT_LIST_HEAD_RCU(&vmsc in mpam_vmsc_destroy()
419 struct mpam_vmsc *vmsc; mpam_vmsc_alloc() local
438 mpam_vmsc_destroy(struct mpam_vmsc * vmsc) mpam_vmsc_destroy() argument
454 struct mpam_vmsc *vmsc; mpam_vmsc_find() local
529 struct mpam_vmsc *vmsc; mpam_ris_create_locked() local
589 struct mpam_vmsc *vmsc = ris->vmsc; mpam_ris_destroy() local
1314 struct mpam_vmsc *vmsc; _msmon_read() local
1409 struct mpam_vmsc *vmsc; mpam_msmon_reset_mbwu() local
2291 __class_props_mismatch(struct mpam_class * class,struct mpam_vmsc * vmsc) __class_props_mismatch() argument
2310 __vmsc_props_mismatch(struct mpam_vmsc * vmsc,struct mpam_msc_ris * ris) __vmsc_props_mismatch() argument
2336 struct mpam_vmsc *vmsc; mpam_enable_init_class_features() local
2349 struct mpam_vmsc *vmsc; mpam_enable_merge_vmsc_features() local
2364 struct mpam_vmsc *vmsc; mpam_enable_merge_class_features() local
2579 struct mpam_vmsc *vmsc; __destroy_component_cfg() local
2622 struct mpam_vmsc *vmsc; __allocate_component_cfg() local
2752 struct mpam_vmsc *vmsc; mpam_reset_component_locked() local
2900 struct mpam_vmsc *vmsc; mpam_apply_config() local
[all...]
H A Dmpam_internal.h329 struct list_head vmsc; member
381 struct mpam_vmsc *vmsc; member