Home
last modified time | relevance | path

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

/linux-6.15/drivers/clocksource/
H A Dexynos_mct.c379 exynos4_mct_tick_stop(mevt); in exynos4_mct_tick_start()
405 struct mct_clock_event_device *mevt; in exynos4_tick_set_next_event() local
414 struct mct_clock_event_device *mevt; in set_state_shutdown() local
417 exynos4_mct_tick_stop(mevt); in set_state_shutdown()
418 exynos4_mct_tick_clear(mevt); in set_state_shutdown()
424 struct mct_clock_event_device *mevt; in set_state_periodic() local
430 exynos4_mct_tick_stop(mevt); in set_state_periodic()
446 exynos4_mct_tick_stop(mevt); in exynos4_mct_tick_isr()
448 exynos4_mct_tick_clear(mevt); in exynos4_mct_tick_isr()
461 snprintf(mevt->name, sizeof(mevt->name), "mct_tick%d", cpu); in exynos4_mct_starting_cpu()
[all …]
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1156 struct mon_evt *mevt; in rdt_mon_features_show() local
1158 list_for_each_entry(mevt, &r->evt_list, list) { in rdt_mon_features_show()
1159 seq_printf(seq, "%s\n", mevt->name); in rdt_mon_features_show()
1160 if (mevt->configurable) in rdt_mon_features_show()
1161 seq_printf(seq, "%s_config\n", mevt->name); in rdt_mon_features_show()
3167 struct mon_evt *mevt; in mon_add_all_files() local
3176 list_for_each_entry(mevt, &r->evt_list, list) { in mon_add_all_files()
3177 priv.u.evtid = mevt->evtid; in mon_add_all_files()
3178 ret = mon_addfile(kn, mevt->name, priv.priv); in mon_add_all_files()
3182 if (!do_sum && resctrl_is_mbm_event(mevt->evtid)) in mon_add_all_files()
[all …]