Home
last modified time | relevance | path

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

/kernel/
Dcpu.c225 static int __cpu_notify(unsigned long val, void *v, int nr_to_call, in __cpu_notify() function
238 return __cpu_notify(val, v, -1, NULL); in cpu_notify()
370 err = __cpu_notify(CPU_DOWN_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_down()
373 __cpu_notify(CPU_DOWN_FAILED | mod, hcpu, nr_calls, NULL); in _cpu_down()
480 ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_up()
502 __cpu_notify(CPU_UP_CANCELED | mod, hcpu, nr_calls, NULL); in _cpu_up()