1RELAY_HOTCPU_CALLBAC(9) relay interface support RELAY_HOTCPU_CALLBAC(9)
23
4
NAME
6relay_hotcpu_callback - CPU hotplug callback
7
SYNOPSIS
9int __cpuinit relay_hotcpu_callback(struct notifier_block * nb,
10unsigned long action, void * hcpu);
11
ARGUMENTS
13nb
14notifier block
1516
action
17hotplug action to take
1819
hcpu
20CPU number
21
DESCRIPTION
23Returns the success/failure of the operation. (NOTIFY_OK, NOTIFY_BAD)
24
COPYRIGHT
26Kernel Hackers Manual 2.6. November 2011 RELAY_HOTCPU_CALLBAC(9)