|
up_ptr = (struct user_port *)kmalloc(sizeof(*up_ptr), GFP_ATOMIC);
|
|
up_ptr = (struct user_port *)kmalloc(sizeof(*up_ptr), GFP_ATOMIC);
|
|
ref = tipc_createport_raw(NULL, port_dispatcher, port_wakeup, importance);
|
|
ref = tipc_createport_raw(NULL, port_dispatcher, port_wakeup, importance);
|