Searched refs:cup (Results 1 – 2 of 2) sorted by relevance
754 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, cu_u); in __cld_pipe_upcall() local765 wait_for_completion(&cup->cu_done); in __cld_pipe_upcall()852 struct cld_upcall *tmp, *cup; in cld_pipe_downcall() local884 cup = NULL; in cld_pipe_downcall()888 cup = tmp; in cld_pipe_downcall()890 list_del_init(&cup->cu_list); in cld_pipe_downcall()897 if (!cup) { in cld_pipe_downcall()905 if (copy_from_user(&cup->cu_u.cu_msg_v2, src, mlen) != 0) in cld_pipe_downcall()908 complete(&cup->cu_done); in cld_pipe_downcall()916 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, in cld_pipe_destroy_msg() local[all …]
924 Grant Grundler <grundler@cup.hp.com>