Searched refs:cup (Results 1 – 1 of 1) sorted by relevance
658 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, cu_u); in __cld_pipe_upcall() local669 wait_for_completion(&cup->cu_done); in __cld_pipe_upcall()769 struct cld_upcall *tmp, *cup; in cld_pipe_downcall() local801 cup = NULL; in cld_pipe_downcall()805 cup = tmp; in cld_pipe_downcall()807 list_del_init(&cup->cu_list); in cld_pipe_downcall()814 if (!cup) { in cld_pipe_downcall()822 if (copy_from_user(&cup->cu_u.cu_msg_v2, src, mlen) != 0) in cld_pipe_downcall()825 complete(&cup->cu_done); in cld_pipe_downcall()833 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, in cld_pipe_destroy_msg() local[all …]