Searched refs:dbm_mutex (Results 1 – 2 of 2) sorted by relevance
18 mutex_init(dbm_mutex(dbm)); in guc_dbm_test_init()30 mutex_lock(dbm_mutex(dbm)); in test_empty()32 mutex_unlock(dbm_mutex(dbm)); in test_empty()69 mutex_lock(dbm_mutex(dbm)); in test_size()75 mutex_unlock(dbm_mutex(dbm)); in test_size()77 mutex_lock(dbm_mutex(dbm)); in test_size()80 mutex_unlock(dbm_mutex(dbm)); in test_size()91 mutex_lock(dbm_mutex(dbm)); in test_reuse()95 mutex_unlock(dbm_mutex(dbm)); in test_reuse()97 mutex_lock(dbm_mutex(dbm)); in test_reuse()[all …]
47 #define dbm_mutex(_dbm) (&dbm_to_guc(_dbm)->submission_state.lock) macro56 mutex_lock(dbm_mutex(dbm)); in __fini_dbm()71 mutex_unlock(dbm_mutex(dbm)); in __fini_dbm()123 lockdep_assert_held(dbm_mutex(dbm)); in dbm_reserve_chunk_locked()150 lockdep_assert_held(dbm_mutex(dbm)); in dbm_release_chunk_locked()204 mutex_lock(dbm_mutex(dbm)); in xe_guc_db_mgr_reserve_range()206 mutex_unlock(dbm_mutex(dbm)); in xe_guc_db_mgr_reserve_range()220 mutex_lock(dbm_mutex(dbm)); in xe_guc_db_mgr_release_range()222 mutex_unlock(dbm_mutex(dbm)); in xe_guc_db_mgr_release_range()260 mutex_lock(dbm_mutex(dbm)); in xe_guc_db_mgr_print()[all …]