Searched refs:cm_work (Results 1 – 1 of 1) sorted by relevance
182 struct cm_work { struct194 struct cm_work work; /* Must be first. */ argument729 static struct cm_work * cm_dequeue_work(struct cm_id_private *cm_id_priv) in cm_dequeue_work()731 struct cm_work *work; in cm_dequeue_work()736 work = list_entry(cm_id_priv->work_list.next, struct cm_work, list); in cm_dequeue_work()741 static void cm_free_work(struct cm_work *work) in cm_free_work()839 struct cm_work *work; in cm_destroy_id()1279 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event()1314 struct cm_work *work) in cm_process_work()1392 static void cm_dup_req_handler(struct cm_work *work, in cm_dup_req_handler()[all …]