Searched refs:mutex_lock_nested (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/sys/dev/pci/drm/include/linux/ |
H A D | mutex.h | 18 #define mutex_lock_nested(rwl, sub) rw_enter_write(rwl) macro
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | intel_wakeref.c | 25 mutex_lock_nested(&wf->mutex, SINGLE_DEPTH_NESTING);
|
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_migrate.c | 955 mutex_lock_nested(&prange->migrate_mutex, 1); in svm_migrate_to_ram() 962 mutex_lock_nested(&prange->lock, 1); in svm_migrate_to_ram()
|
H A D | kfd_svm.c | 1927 mutex_lock_nested(&pchild->lock, 1); in svm_range_evict() 1969 mutex_lock_nested(&pchild->lock, 1); in svm_range_clone() 2479 mutex_lock_nested(&pchild->lock, 1);
|
H A D | kfd_process.c | 1199 mutex_lock_nested(&target->mutex, 1); in kfd_process_notifier_release_internal()
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | selftest_timeline.c | 710 mutex_lock_nested(&tl->mutex, SINGLE_DEPTH_NESTING); in live_hwsp_wrap() 727 mutex_lock_nested(&tl->mutex, SINGLE_DEPTH_NESTING); in live_hwsp_wrap()
|