Lines Matching refs:host1x_waitlist
40 kfree(container_of(kref, struct host1x_waitlist, refcount)); in waiter_release()
47 static bool add_waiter_to_queue(struct host1x_waitlist *waiter, in add_waiter_to_queue()
50 struct host1x_waitlist *pos; in add_waiter_to_queue()
71 struct host1x_waitlist *waiter, *next, *prev; in remove_completed_waiters()
83 struct host1x_waitlist, list); in remove_completed_waiters()
104 list_first_entry(head, struct host1x_waitlist, list)->thresh; in reset_threshold_interrupt()
110 static void action_submit_complete(struct host1x_waitlist *waiter) in action_submit_complete()
122 static void action_wakeup(struct host1x_waitlist *waiter) in action_wakeup()
128 static void action_wakeup_interruptible(struct host1x_waitlist *waiter) in action_wakeup_interruptible()
134 typedef void (*action_handler)(struct host1x_waitlist *waiter);
149 struct host1x_waitlist *waiter, *next; in run_handlers()
214 struct host1x_waitlist *waiter, void **ref) in host1x_intr_add_action()
259 struct host1x_waitlist *waiter = ref; in host1x_intr_put_ref()
331 struct host1x_waitlist *waiter, *next; in host1x_intr_stop()