Lines Matching refs:hcpu
316 void *hcpu; member
330 cpu_notify(CPU_DYING | param->mod, param->hcpu); in take_cpu_down()
334 stop_machine_park((long)param->hcpu); in take_cpu_down()
342 void *hcpu = (void *)(long)cpu; in _cpu_down() local
346 .hcpu = hcpu, 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()
457 unsigned long action, void *hcpu) in smpboot_thread_call() argument
459 int cpu = (long)hcpu; in smpboot_thread_call()
489 void *hcpu = (void *)(long)cpu; 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()