Searched refs:execute_cb (Results 1 – 2 of 2) sorted by relevance
41 struct execute_cb { struct125 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb()133 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb_hook()144 struct execute_cb *cb; in __notify_execute_cb()148 if (list_empty(&rq->execute_cb)) in __notify_execute_cb()151 list_for_each_entry(cb, &rq->execute_cb, link) in __notify_execute_cb()164 INIT_LIST_HEAD(&rq->execute_cb); in __notify_execute_cb()299 GEM_BUG_ON(!list_empty(&rq->execute_cb)); in i915_request_retire()342 struct execute_cb *cb; in __i915_request_await_execution()373 list_add_tail(&cb->link, &signal->execute_cb); in __i915_request_await_execution()[all …]
148 struct list_head execute_cb; member