Home
last modified time | relevance | path

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

/arch/x86/events/
A Drapl.c134 struct list_head active_list; member
264 list_for_each_entry(event, &rapl_pmu->active_list, active_entry) in rapl_hrtimer_handle()
289 list_add_tail(&event->active_entry, &rapl_pmu->active_list); in __rapl_pmu_event_start()
712 INIT_LIST_HEAD(&rapl_pmu->active_list); in init_rapl_pmu()
/arch/x86/events/intel/
A Duncore.c319 list_for_each_entry(event, &box->active_list, active_entry) { in uncore_pmu_hrtimer()
368 INIT_LIST_HEAD(&box->active_list); in uncore_alloc_box()
518 list_add_tail(&event->active_entry, &box->active_list); in uncore_pmu_event_start()
1568 list_add(&box->active_list, &allocated); in allocate_boxes()
1572 list_for_each_entry_safe(box, tmp, &allocated, active_list) { in allocate_boxes()
1573 list_del_init(&box->active_list); in allocate_boxes()
1579 list_for_each_entry_safe(box, tmp, &allocated, active_list) { in allocate_boxes()
1580 list_del_init(&box->active_list); in allocate_boxes()
A Duncore.h158 struct list_head active_list; member

Completed in 13 milliseconds