Lines Matching refs:mod
315 unsigned long mod; member
330 cpu_notify(CPU_DYING | param->mod, param->hcpu); in take_cpu_down()
343 unsigned long mod = tasks_frozen ? CPU_TASKS_FROZEN : 0; in _cpu_down() local
345 .mod = mod, in _cpu_down()
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()
395 cpu_notify_nofail(CPU_DOWN_FAILED | mod, hcpu); in _cpu_down()
422 cpu_notify_nofail(CPU_DEAD | mod, hcpu); in _cpu_down()
429 cpu_notify_nofail(CPU_POST_DEAD | mod, hcpu); in _cpu_down()
490 unsigned long mod = tasks_frozen ? CPU_TASKS_FROZEN : 0; in _cpu_up() local
510 ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_up()
526 cpu_notify(CPU_ONLINE | mod, hcpu); in _cpu_up()
530 __cpu_notify(CPU_UP_CANCELED | mod, hcpu, nr_calls, NULL); in _cpu_up()