Searched refs:cache_groups (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_cqm.c | 39 static LIST_HEAD(cache_groups); 460 leader = list_first_entry(&cache_groups, struct perf_event, in intel_cqm_sched_in_event() 464 list_for_each_entry_continue(event, &cache_groups, in intel_cqm_sched_in_event() 605 rotor = list_first_entry(&cache_groups, struct perf_event, in __intel_cqm_pick_and_rotate() 619 list_rotate_left(&cache_groups); in __intel_cqm_pick_and_rotate() 633 list_for_each_entry_safe(group, g, &cache_groups, hw.cqm_groups_entry) { in intel_cqm_sched_out_conflicting_events() 695 if (list_empty(&cache_groups) && list_empty(&cqm_rmid_limbo_lru)) in __intel_cqm_rmid_rotate() 698 list_for_each_entry(group, &cache_groups, hw.cqm_groups_entry) { in __intel_cqm_rmid_rotate() 834 list_for_each_entry(iter, &cache_groups, hw.cqm_groups_entry) { in intel_cqm_setup_event() 1115 &cache_groups); in intel_cqm_event_init()
|
/linux-4.1.27/drivers/base/ |
D | cacheinfo.c | 473 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()
|