Searched refs:notifier_call_chain_robust (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dnotifier.c108 * notifier_call_chain_robust - Inform the registered notifiers about an event
122 static int notifier_call_chain_robust(struct notifier_block **nl, function
353 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v);
437 return notifier_call_chain_robust(&nh->head, val_up, val_down, v);

Completed in 121 milliseconds