save_msg 1846 net/iucv/af_iucv.c struct sock_msg_q *save_msg; save_msg 1873 net/iucv/af_iucv.c save_msg = kzalloc(sizeof(struct sock_msg_q), GFP_ATOMIC | GFP_DMA); save_msg 1874 net/iucv/af_iucv.c if (!save_msg) save_msg 1876 net/iucv/af_iucv.c save_msg->path = path; save_msg 1877 net/iucv/af_iucv.c save_msg->msg = *msg; save_msg 1879 net/iucv/af_iucv.c list_add_tail(&save_msg->list, &iucv->message_q.list);