Home
last modified time | relevance | path

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

/openbmc/linux/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 …]
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1016 struct mon_evt *mevt; in rdt_mon_features_show() local
1018 list_for_each_entry(mevt, &r->evt_list, list) { in rdt_mon_features_show()
1019 seq_printf(seq, "%s\n", mevt->name); in rdt_mon_features_show()
1020 if (mevt->configurable) in rdt_mon_features_show()
1021 seq_printf(seq, "%s_config\n", mevt->name); in rdt_mon_features_show()
2855 struct mon_evt *mevt; in mkdir_mondata_subdir() local
2877 list_for_each_entry(mevt, &r->evt_list, list) { in mkdir_mondata_subdir()
2878 priv.u.evtid = mevt->evtid; in mkdir_mondata_subdir()
2879 ret = mon_addfile(kn, mevt->name, priv.priv); in mkdir_mondata_subdir()
2883 if (is_mbm_event(mevt->evtid)) in mkdir_mondata_subdir()
[all …]