Home
last modified time | relevance | path

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

/kernel/
Dnotifier.c434 int raw_notifier_call_chain_robust(struct raw_notifier_head *nh, in raw_notifier_call_chain_robust() function
439 EXPORT_SYMBOL_GPL(raw_notifier_call_chain_robust);
Dcpu_pm.c46 ret = raw_notifier_call_chain_robust(&cpu_pm_notifier.chain, event_up, event_down, NULL); in cpu_pm_notify_robust()