Lines Matching refs:mod
326 unsigned long mod; member
341 cpu_notify(CPU_DYING | param->mod, param->hcpu); in take_cpu_down()
354 unsigned long mod = tasks_frozen ? CPU_TASKS_FROZEN : 0; in _cpu_down() local
356 .mod = mod, in _cpu_down()
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()
402 cpu_notify_nofail(CPU_DOWN_FAILED | mod, hcpu); in _cpu_down()
425 cpu_notify_nofail(CPU_DEAD | mod, hcpu); in _cpu_down()
432 cpu_notify_nofail(CPU_POST_DEAD | mod, hcpu); in _cpu_down()
492 unsigned long mod = tasks_frozen ? CPU_TASKS_FROZEN : 0; in _cpu_up() local
512 ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls); in _cpu_up()
527 cpu_notify(CPU_ONLINE | mod, hcpu); in _cpu_up()
531 __cpu_notify(CPU_UP_CANCELED | mod, hcpu, nr_calls, NULL); in _cpu_up()