Searched refs:notifier (Results 1 – 2 of 2) sorted by relevance
308 static struct trusty_app_notifier notifier = { variable440 rc = trusty_register_app_notifier(¬ifier); in metrics_init()
1806 struct trusty_app_notifier* notifier; in trusty_app_exit_etc() local1829 list_for_every_entry(&app_notifier_list, notifier, in trusty_app_exit_etc()1831 if (!notifier->shutdown) in trusty_app_exit_etc()1834 ret = notifier->shutdown(app); in trusty_app_exit_etc()1841 list_for_every_entry(&app_notifier_list, notifier, in trusty_app_exit_etc()1843 if (!notifier->crash) { in trusty_app_exit_etc()1847 ret = notifier->crash(app, crash_reason, is_crash); in trusty_app_exit_etc()