Home
last modified time | relevance | path

Searched refs:WLS_HANDLED (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/host1x/
Dintr.c25 WLS_HANDLED enumerator
81 if (atomic_inc_return(&waiter->state) == WLS_HANDLED || !dest) { in remove_completed_waiters()
153 WARN_ON(atomic_xchg(&waiter->state, WLS_HANDLED) != in run_handlers()
266 if (atomic_cmpxchg(&waiter->state, WLS_CANCELLED, WLS_HANDLED) == in host1x_intr_put_ref()
275 while (atomic_read(&waiter->state) != WLS_HANDLED) in host1x_intr_put_ref()
338 WLS_CANCELLED, WLS_HANDLED) == WLS_CANCELLED) { in host1x_intr_stop()