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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgmgr.c 45 struct mutex *kfd_get_dbgmgr_mutex(void) function in typeref:struct:mutex *
kfd_iommu.c 167 mutex_lock(kfd_get_dbgmgr_mutex());
176 mutex_unlock(kfd_get_dbgmgr_mutex());
kfd_dbgmgr.h 286 struct mutex *kfd_get_dbgmgr_mutex(void);
kfd_chardev.c 591 mutex_lock(kfd_get_dbgmgr_mutex());
619 mutex_unlock(kfd_get_dbgmgr_mutex());
641 mutex_lock(kfd_get_dbgmgr_mutex());
649 mutex_unlock(kfd_get_dbgmgr_mutex());
750 mutex_lock(kfd_get_dbgmgr_mutex());
754 mutex_unlock(kfd_get_dbgmgr_mutex());
829 mutex_lock(kfd_get_dbgmgr_mutex());
840 mutex_unlock(kfd_get_dbgmgr_mutex());
kfd_process.c 533 mutex_lock(kfd_get_dbgmgr_mutex());
540 mutex_unlock(kfd_get_dbgmgr_mutex());

Completed in 116 milliseconds