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

/kernel/
H A Dcpu_pm.c28 static int cpu_pm_notify(enum cpu_pm_event event, int nr_to_call, int *nr_calls) argument
33 nr_to_call, nr_calls);
100 int nr_calls; local
104 ret = cpu_pm_notify(CPU_PM_ENTER, -1, &nr_calls);
107 * Inform listeners (nr_calls - 1) about failure of CPU PM
110 cpu_pm_notify(CPU_PM_ENTER_FAILED, nr_calls - 1, NULL);
159 int nr_calls; local
163 ret = cpu_pm_notify(CPU_CLUSTER_PM_ENTER, -1, &nr_calls);
166 * Inform listeners (nr_calls - 1) about failure of CPU cluster
169 cpu_pm_notify(CPU_CLUSTER_PM_ENTER_FAILED, nr_calls
[all...]
H A Dnotifier.c69 * @nr_calls: Records the number of notifications sent. Don't care
76 int nr_to_call, int *nr_calls)
95 if (nr_calls)
96 (*nr_calls)++;
163 * @nr_calls: See the comment for notifier_call_chain.
178 int nr_to_call, int *nr_calls)
183 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls);
292 * @nr_calls: See comment for notifier_call_chain.
306 int nr_to_call, int *nr_calls)
318 nr_calls);
74 notifier_call_chain(struct notifier_block **nl, unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
176 __atomic_notifier_call_chain(struct atomic_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
304 __blocking_notifier_call_chain(struct blocking_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
390 __raw_notifier_call_chain(struct raw_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
489 __srcu_notifier_call_chain(struct srcu_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
[all...]
H A Dcpu.c224 int *nr_calls)
229 nr_calls);
352 int err, nr_calls = 0; local
368 err = __cpu_notify(CPU_DOWN_PREPARE | mod, hcpu, -1, &nr_calls);
370 nr_calls--;
371 __cpu_notify(CPU_DOWN_FAILED | mod, hcpu, nr_calls, NULL);
455 int ret, nr_calls = 0; local
477 ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls);
479 nr_calls--;
499 __cpu_notify(CPU_UP_CANCELED | mod, hcpu, nr_calls, NUL
223 __cpu_notify(unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
[all...]

Completed in 21 milliseconds