Searched defs:active_engine (Results 1 – 2 of 2) sorted by relevance
853 struct active_engine { struct854 struct kthread_worker *worker;855 struct kthread_work work;856 struct intel_engine_cs *engine;857 unsigned long resets;858 unsigned int flags;859 bool stop;860 int result;891 static void active_engine(struct kthread_work *work) in active_engine() function
1356 static struct intel_engine_cs *active_engine(struct intel_context *ce) in active_engine() function