Searched refs:cup (Results 1 – 1 of 1) sorted by relevance
662 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, cu_u); in __cld_pipe_upcall() local673 wait_for_completion(&cup->cu_done); in __cld_pipe_upcall()774 struct cld_upcall *tmp, *cup; in cld_pipe_downcall() local806 cup = NULL; in cld_pipe_downcall()810 cup = tmp; in cld_pipe_downcall()812 list_del_init(&cup->cu_list); in cld_pipe_downcall()819 if (!cup) { in cld_pipe_downcall()827 if (copy_from_user(&cup->cu_u.cu_msg_v2, src, mlen) != 0) in cld_pipe_downcall()830 complete(&cup->cu_done); in cld_pipe_downcall()838 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, in cld_pipe_destroy_msg() local[all …]