Lines Matching refs:execute_cb
49 struct execute_cb { struct
154 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb()
163 struct execute_cb *cb, *cn; in __notify_execute_cb()
165 if (llist_empty(&rq->execute_cb)) in __notify_execute_cb()
169 llist_del_all(&rq->execute_cb), in __notify_execute_cb()
356 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in i915_request_retire()
457 struct execute_cb *cb; in __await_execution()
483 if (llist_add(&cb->work.node.llist, &signal->execute_cb)) { in __await_execution()
835 init_llist_head(&rq->execute_cb); in __i915_request_ctor()
932 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in __i915_request_create()
2161 slab_execute_cbs = KMEM_CACHE(execute_cb, in i915_request_module_init()