HomeSort by: relevance | last modified time | path
    Searched refs:mmio_context_lock (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
scheduler.h 47 spinlock_t mmio_context_lock; member in struct:intel_gvt_workload_scheduler
debugfs.c 104 spin_lock_bh(&gvt->scheduler.mmio_context_lock);
111 spin_unlock_bh(&gvt->scheduler.mmio_context_lock);
sched_policy.c 474 spin_lock_bh(&scheduler->mmio_context_lock);
481 spin_unlock_bh(&scheduler->mmio_context_lock);
gvt.c 324 spin_lock_init(&gvt->scheduler.mmio_context_lock);
scheduler.c 244 spin_lock_irqsave(&scheduler->mmio_context_lock, flags);
252 spin_unlock_irqrestore(&scheduler->mmio_context_lock, flags);
263 spin_lock_irqsave(&scheduler->mmio_context_lock, flags);
272 spin_unlock_irqrestore(&scheduler->mmio_context_lock, flags);

Completed in 15 milliseconds