HomeSort by: relevance | last modified time | path
    Searched defs:schedule_lock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler.c 28 static spinlock_t schedule_lock; variable in typeref:typename:spinlock_t
29 spinlock_t *const i915_schedule_lock = &schedule_lock;
31 static DEFINE_SPINLOCK(schedule_lock);
317 lockdep_assert_held(&schedule_lock);
436 spin_lock_irq(&schedule_lock);
438 spin_unlock_irq(&schedule_lock);
457 spin_lock_irqsave(&schedule_lock, flags);
459 spin_unlock_irqrestore(&schedule_lock, flags);
501 spin_lock_irq(&schedule_lock);
531 spin_unlock_irq(&schedule_lock);
    [all...]
i915_scheduler.c 28 static spinlock_t schedule_lock; variable in typeref:typename:spinlock_t
29 spinlock_t *const i915_schedule_lock = &schedule_lock;
31 static DEFINE_SPINLOCK(schedule_lock);
317 lockdep_assert_held(&schedule_lock);
436 spin_lock_irq(&schedule_lock);
438 spin_unlock_irq(&schedule_lock);
457 spin_lock_irqsave(&schedule_lock, flags);
459 spin_unlock_irqrestore(&schedule_lock, flags);
501 spin_lock_irq(&schedule_lock);
531 spin_unlock_irq(&schedule_lock);
    [all...]
i915_scheduler.c 28 static spinlock_t schedule_lock; variable in typeref:typename:spinlock_t
29 spinlock_t *const i915_schedule_lock = &schedule_lock;
31 static DEFINE_SPINLOCK(schedule_lock);
317 lockdep_assert_held(&schedule_lock);
436 spin_lock_irq(&schedule_lock);
438 spin_unlock_irq(&schedule_lock);
457 spin_lock_irqsave(&schedule_lock, flags);
459 spin_unlock_irqrestore(&schedule_lock, flags);
501 spin_lock_irq(&schedule_lock);
531 spin_unlock_irq(&schedule_lock);
    [all...]

Completed in 277 milliseconds