Searched refs:current_vm (Results 1 – 2 of 2) sorted by relevance
236 if (task->vm != pipe->current_vm) { in lima_sched_run_job()238 last_vm = pipe->current_vm; in lima_sched_run_job()239 pipe->current_vm = task->vm; in lima_sched_run_job()277 if (pipe->current_vm) in lima_sched_handle_error_task()278 lima_vm_put(pipe->current_vm); in lima_sched_handle_error_task()280 pipe->current_vm = NULL; in lima_sched_handle_error_task()
45 struct lima_vm *current_vm; member