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()854 struct cld_upcall *tmp, *cup; in cld_pipe_downcall() local886 cup = NULL; in cld_pipe_downcall()890 cup = tmp; in cld_pipe_downcall()892 list_del_init(&cup->cu_list); in cld_pipe_downcall()899 if (!cup) { in cld_pipe_downcall()907 if (copy_from_user(&cup->cu_u.cu_msg_v2, src, mlen) != 0) in cld_pipe_downcall()910 complete(&cup->cu_done); in cld_pipe_downcall()918 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, in cld_pipe_destroy_msg() local[all …]
910 Grant Grundler <grundler@cup.hp.com>