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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 __kprobes notifier_call_chain(struct notifier_block **nl, function
161 * @nr_to_call: See the comment for notifier_call_chain.
162 * @nr_calls: See the comment for notifier_call_chain.
182 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls);
288 * @nr_to_call: See comment for notifier_call_chain.
289 * @nr_calls: See comment for notifier_call_chain.
314 ret = notifier_call_chain(&nh->head, val, v, nr_to_call,
373 * @nr_to_call: See comment for notifier_call_chain
[all...]

Completed in 38 milliseconds