Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c58 static LIST_HEAD(cache_groups);
478 leader = list_first_entry(&cache_groups, struct perf_event, in intel_cqm_sched_in_event()
482 list_for_each_entry_continue(event, &cache_groups, in intel_cqm_sched_in_event()
623 rotor = list_first_entry(&cache_groups, struct perf_event, in __intel_cqm_pick_and_rotate()
637 list_rotate_left(&cache_groups); in __intel_cqm_pick_and_rotate()
651 list_for_each_entry_safe(group, g, &cache_groups, hw.cqm_groups_entry) { in intel_cqm_sched_out_conflicting_events()
713 if (list_empty(&cache_groups) && list_empty(&cqm_rmid_limbo_lru)) in __intel_cqm_rmid_rotate()
716 list_for_each_entry(group, &cache_groups, hw.cqm_groups_entry) { in __intel_cqm_rmid_rotate()
852 list_for_each_entry(iter, &cache_groups, hw.cqm_groups_entry) { in intel_cqm_setup_event()
1121 &cache_groups); in intel_cqm_event_init()
/linux-4.4.14/drivers/base/
Dcacheinfo.c473 const struct attribute_group **cache_groups; in cache_add_dev() local
484 cache_groups = cache_get_attribute_groups(this_leaf); in cache_add_dev()
485 ci_dev = cpu_device_create(parent, this_leaf, cache_groups, in cache_add_dev()