Searched refs:__cpu_notify (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/ |
D | cpu.c | 221 static int __cpu_notify(unsigned long val, void *v, int nr_to_call, in __cpu_notify() function 234 return __cpu_notify(val, v, -1, NULL); in cpu_notify() 368 err = __cpu_notify(CPU_DOWN_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_down() 371 __cpu_notify(CPU_DOWN_FAILED | mod, hcpu, nr_calls, NULL); in _cpu_down() 512 ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_up() 531 __cpu_notify(CPU_UP_CANCELED | mod, hcpu, nr_calls, NULL); in _cpu_up()
|