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

/linux-4.1.27/kernel/
H A Dnotifier.c67 * @nr_to_call: Number of notifier functions to be called. Don't care
76 int nr_to_call, int *nr_calls) notifier_call_chain()
83 while (nb && nr_to_call) { notifier_call_chain()
101 nr_to_call--; notifier_call_chain()
162 * @nr_to_call: See the comment for notifier_call_chain.
178 int nr_to_call, int *nr_calls) __atomic_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.
306 int nr_to_call, int *nr_calls) __blocking_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.
392 int nr_to_call, int *nr_calls) __raw_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.
492 int nr_to_call, int *nr_calls) __srcu_notifier_call_chain()
498 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls); __srcu_notifier_call_chain()
74 notifier_call_chain(struct notifier_block **nl, unsigned long val, void *v, int nr_to_call, int *nr_calls) notifier_call_chain() argument
176 __atomic_notifier_call_chain(struct atomic_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls) __atomic_notifier_call_chain() argument
304 __blocking_notifier_call_chain(struct blocking_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls) __blocking_notifier_call_chain() argument
390 __raw_notifier_call_chain(struct raw_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls) __raw_notifier_call_chain() argument
490 __srcu_notifier_call_chain(struct srcu_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls) __srcu_notifier_call_chain() argument
H A Dcpu_pm.c28 static int cpu_pm_notify(enum cpu_pm_event event, int nr_to_call, int *nr_calls) cpu_pm_notify() argument
33 nr_to_call, nr_calls); cpu_pm_notify()
H A Dcpu.c221 static int __cpu_notify(unsigned long val, void *v, int nr_to_call, __cpu_notify() argument
226 ret = __raw_notifier_call_chain(&cpu_chain, val, v, nr_to_call, __cpu_notify()
/linux-4.1.27/include/linux/
H A Dnotifier.h143 unsigned long val, void *v, int nr_to_call, int *nr_calls);
147 unsigned long val, void *v, int nr_to_call, int *nr_calls);
151 unsigned long val, void *v, int nr_to_call, int *nr_calls);
155 unsigned long val, void *v, int nr_to_call, int *nr_calls);

Completed in 144 milliseconds