Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dcpu.c210 static int __cpu_notify(unsigned long val, void *v, int nr_to_call, in __cpu_notify() function
223 return __cpu_notify(val, v, -1, NULL); in cpu_notify()
357 err = __cpu_notify(CPU_DOWN_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_down()
360 __cpu_notify(CPU_DOWN_FAILED | mod, hcpu, nr_calls, NULL); in _cpu_down()
510 ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_up()
530 __cpu_notify(CPU_UP_CANCELED | mod, hcpu, nr_calls, NULL); in _cpu_up()