Lines Matching refs:execute_cb
41 struct execute_cb { struct
125 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()
706 INIT_LIST_HEAD(&rq->execute_cb); in __i915_request_create()
1578 global.slab_execute_cbs = KMEM_CACHE(execute_cb, in i915_global_request_init()