Home
last modified time | relevance | path

Searched refs:nr_calls (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/kernel/
Dcpu_pm.c28 static int cpu_pm_notify(enum cpu_pm_event event, int nr_to_call, int *nr_calls) in cpu_pm_notify() argument
33 nr_to_call, nr_calls); in cpu_pm_notify()
100 int nr_calls; in cpu_pm_enter() local
104 ret = cpu_pm_notify(CPU_PM_ENTER, -1, &nr_calls); in cpu_pm_enter()
110 cpu_pm_notify(CPU_PM_ENTER_FAILED, nr_calls - 1, NULL); in cpu_pm_enter()
159 int nr_calls; in cpu_cluster_pm_enter() local
163 ret = cpu_pm_notify(CPU_CLUSTER_PM_ENTER, -1, &nr_calls); in cpu_cluster_pm_enter()
169 cpu_pm_notify(CPU_CLUSTER_PM_ENTER_FAILED, nr_calls - 1, NULL); in cpu_cluster_pm_enter()
Dnotifier.c76 int nr_to_call, int *nr_calls) in notifier_call_chain() argument
95 if (nr_calls) in notifier_call_chain()
96 (*nr_calls)++; in notifier_call_chain()
177 int nr_to_call, int *nr_calls) in __atomic_notifier_call_chain() argument
182 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls); in __atomic_notifier_call_chain()
303 int nr_to_call, int *nr_calls) in __blocking_notifier_call_chain() argument
315 nr_calls); in __blocking_notifier_call_chain()
389 int nr_to_call, int *nr_calls) in __raw_notifier_call_chain() argument
391 return notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls); in __raw_notifier_call_chain()
488 int nr_to_call, int *nr_calls) in __srcu_notifier_call_chain() argument
[all …]
Dcpu.c164 int *nr_calls) in __cpu_notify() argument
169 nr_calls); in __cpu_notify()
234 int err, nr_calls = 0; in _cpu_down() local
250 err = __cpu_notify(CPU_DOWN_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_down()
252 nr_calls--; in _cpu_down()
253 __cpu_notify(CPU_DOWN_FAILED | mod, hcpu, nr_calls, NULL); in _cpu_down()
316 int ret, nr_calls = 0; in _cpu_up() local
324 ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_up()
326 nr_calls--; in _cpu_up()
343 __cpu_notify(CPU_UP_CANCELED | mod, hcpu, nr_calls, NULL); in _cpu_up()
/linux-3.4.99/include/linux/
Dnotifier.h140 unsigned long val, void *v, int nr_to_call, int *nr_calls);
144 unsigned long val, void *v, int nr_to_call, int *nr_calls);
148 unsigned long val, void *v, int nr_to_call, int *nr_calls);
152 unsigned long val, void *v, int nr_to_call, int *nr_calls);
/linux-3.4.99/arch/ia64/xen/
Dxcom_hcall.c262 xencomm_hypercall_multicall(void *call_list, int nr_calls) in xencomm_hypercall_multicall() argument
268 XENCOMM_MINI_ALIGNED(xc_area, nr_calls * 2); in xencomm_hypercall_multicall()
270 for (i = 0; i < nr_calls; i++) { in xencomm_hypercall_multicall()
297 nr_calls * sizeof(struct multicall_entry)); in xencomm_hypercall_multicall()
301 return xencomm_arch_hypercall_multicall(desc, nr_calls); in xencomm_hypercall_multicall()
/linux-3.4.99/arch/ia64/include/asm/xen/
Dxcom_hcall.h39 extern int xencomm_hypercall_multicall(void *call_list, int nr_calls);
Dhypercall.h123 int nr_calls) in xencomm_arch_hypercall_multicall() argument
125 return _hypercall2(int, multicall, call_list, nr_calls); in xencomm_arch_hypercall_multicall()
/linux-3.4.99/arch/x86/include/asm/xen/
Dhypercall.h338 HYPERVISOR_multicall(void *call_list, int nr_calls) in HYPERVISOR_multicall() argument
340 return _hypercall2(int, multicall, call_list, nr_calls); in HYPERVISOR_multicall()