Lines Matching defs:completed
54 * and gather all completed waiters into lists by actions
57 struct list_head completed[HOST1X_INTR_ACTION_COUNT])
66 dest = completed + waiter->action;
132 static void run_handlers(struct list_head completed[HOST1X_INTR_ACTION_COUNT])
134 struct list_head *head = completed;
152 * Remove & handle all waiters that have completed for the given syncpt
158 struct list_head completed[HOST1X_INTR_ACTION_COUNT];
163 INIT_LIST_HEAD(completed + i);
168 completed);
179 run_handlers(completed);