Searched defs:active_engine (Results 1 – 4 of 4) 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
659 struct active_engine { struct660 struct task_struct *task;661 struct intel_engine_cs *engine;662 unsigned long resets;663 unsigned int flags;694 static int active_engine(void *data) in active_engine() function
1341 static struct intel_engine_cs *active_engine(struct intel_context *ce) in active_engine() function
451 static struct intel_engine_cs *active_engine(struct intel_context *ce) in active_engine() function