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

/linux-4.4.14/kernel/
H A Dnotifier.c63 * notifier_call_chain - Informs the registered notifiers about an event.
71 * @returns: notifier_call_chain returns the value returned by the
74 static int notifier_call_chain(struct notifier_block **nl, notifier_call_chain() function
105 NOKPROBE_SYMBOL(notifier_call_chain); variable
162 * @nr_to_call: See the comment for notifier_call_chain.
163 * @nr_calls: See the comment for notifier_call_chain.
183 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls); __atomic_notifier_call_chain()
291 * @nr_to_call: See comment for notifier_call_chain.
292 * @nr_calls: See comment for notifier_call_chain.
317 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, __blocking_notifier_call_chain()
376 * @nr_to_call: See comment for notifier_call_chain.
377 * @nr_calls: See comment for notifier_call_chain
394 return notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls); __raw_notifier_call_chain()
477 * @nr_to_call: See comment for notifier_call_chain.
478 * @nr_calls: See comment for notifier_call_chain
498 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls); __srcu_notifier_call_chain()
/linux-4.4.14/net/core/
H A Dnetevent.c60 * are as for notifier_call_chain().

Completed in 84 milliseconds