node_notify
struct node_notify *nn = arg;
struct node_notify *nn = arg;
extern int node_notify(unsigned long val, void *v);
struct node_notify *nn = _arg;
struct node_notify node_arg = {
ret = node_notify(NODE_ADDING_FIRST_MEMORY, &node_arg);
node_notify(NODE_ADDED_FIRST_MEMORY, &node_arg);
node_notify(NODE_CANCEL_ADDING_FIRST_MEMORY, &node_arg);
struct node_notify node_arg = {
ret = node_notify(NODE_REMOVING_LAST_MEMORY, &node_arg);
node_notify(NODE_REMOVED_LAST_MEMORY, &node_arg);
node_notify(NODE_CANCEL_REMOVING_LAST_MEMORY, &node_arg);
struct node_notify *nn = data;
struct node_notify *nn = arg;