Searched refs:running_exl (Results 1 – 2 of 2) sorted by relevance
109 if (port->running_exl != exl || !exl->has_run) { in __xe_execlist_port_start()118 port->running_exl = exl; in __xe_execlist_port_start()128 if (!port->running_exl) in __xe_execlist_port_idle()133 port->running_exl = NULL; in __xe_execlist_port_idle()210 if (port->running_exl && port->running_exl->active_priority >= priority) in xe_execlist_port_wake_locked()283 port->running_exl = NULL; in xe_execlist_port_create()
27 struct xe_execlist_exec_queue *running_exl; member