Lines Matching refs:hcpu
327 void *hcpu; member
341 cpu_notify(CPU_DYING | param->mod, param->hcpu); in take_cpu_down()
353 void *hcpu = (void *)(long)cpu; in _cpu_down() local
357 .hcpu = hcpu, 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()
460 unsigned long action, void *hcpu) in smpboot_thread_call() argument
462 int cpu = (long)hcpu; in smpboot_thread_call()
491 void *hcpu = (void *)(long)cpu; 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()