Home
last modified time | relevance | path

Searched refs:active_entry (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/events/
H A Drapl.c227 list_for_each_entry(event, &pmu->active_list, active_entry) in rapl_hrtimer_handle()
253 list_add_tail(&event->active_entry, &pmu->active_list); in __rapl_pmu_event_start()
287 list_del(&event->active_entry); in rapl_pmu_event_stop()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_cfo_trk.c430 u16 active_entry = 0; in halbb_multi_sta_avg_cfo_calc() local
484 active_entry |= BIT(i); in halbb_multi_sta_avg_cfo_calc()
494 sta_cnt = (u8) halbb_ones_num_in_bitmap(active_entry, sizeof(active_entry) * 8); in halbb_multi_sta_avg_cfo_calc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_cfo_trk.c430 u16 active_entry = 0; in halbb_multi_sta_avg_cfo_calc() local
484 active_entry |= BIT(i); in halbb_multi_sta_avg_cfo_calc()
494 sta_cnt = (u8) halbb_ones_num_in_bitmap(active_entry, sizeof(active_entry) * 8); in halbb_multi_sta_avg_cfo_calc()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Duncore.c288 list_for_each_entry(event, &box->active_list, active_entry) { in uncore_pmu_hrtimer()
491 list_add_tail(&event->active_entry, &box->active_list); in uncore_pmu_event_start()
521 list_del(&event->active_entry); in uncore_pmu_event_stop()
/OK3568_Linux_fs/kernel/include/linux/
H A Dperf_event.h654 struct list_head active_entry; member
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c11241 INIT_LIST_HEAD(&event->active_entry); in perf_event_alloc()