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

  /src/sys/external/bsd/common/linux/
linux_work.c 56 kmutex_t wq_lock; member in struct:workqueue_struct
266 mutex_init(&wq->wq_lock, MUTEX_DEFAULT, IPL_VM);
292 mutex_destroy(&wq->wq_lock);
326 mutex_enter(&wq->wq_lock);
352 if (!callout_halt(&dw->dw_callout, &wq->wq_lock))
355 mutex_exit(&wq->wq_lock);
358 mutex_enter(&wq->wq_lock);
360 cv_wait(&wq->wq_cv, &wq->wq_lock);
361 mutex_exit(&wq->wq_lock);
368 mutex_enter(&wq->wq_lock);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_sa.c 61 spin_lock_init(&sa_manager->wq_lock);
107 spin_lock_destroy(&sa_manager->wq_lock);
307 spin_lock(&sa_manager->wq_lock);
317 spin_unlock(&sa_manager->wq_lock);
329 spin_unlock(&sa_manager->wq_lock);
337 spin_lock(&sa_manager->wq_lock);
341 &sa_manager->wq_lock,
347 spin_unlock(&sa_manager->wq_lock);
363 spin_lock(&sa_manager->wq_lock);
373 DRM_SPIN_WAKEUP_ALL(&sa_manager->wq, &sa_manager->wq_lock);
    [all...]
amdgpu.h 380 spinlock_t wq_lock; member in struct:amdgpu_sa_manager
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_sa.c 62 spin_lock_init(&sa_manager->wq_lock);
106 spin_lock_destroy(&sa_manager->wq_lock);
348 spin_lock(&sa_manager->wq_lock);
364 spin_unlock(&sa_manager->wq_lock);
378 spin_unlock(&sa_manager->wq_lock);
382 spin_lock(&sa_manager->wq_lock);
386 &sa_manager->wq_lock,
406 spin_unlock(&sa_manager->wq_lock);
426 spin_lock(&sa_manager->wq_lock);
438 DRM_SPIN_WAKEUP_ALL(&sa_manager->wq, &sa_manager->wq_lock);
    [all...]
radeon.h 564 spinlock_t wq_lock; member in struct:radeon_sa_manager
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c 186 lockdep_assert_held(&guc->wq_lock);
252 spin_lock(&guc->wq_lock);
261 spin_unlock(&guc->wq_lock);
540 spin_lock_init(&guc->wq_lock);
553 spin_lock_destroy(&guc->wq_lock);
intel_guc.h 54 spinlock_t wq_lock; member in struct:intel_guc

Completed in 32 milliseconds