Searched refs:db_lock (Results 1 – 5 of 5) sorted by relevance
134 __cpu_simple_lock_t db_lock; variable147 __cpu_simple_lock(&db_lock); in db_suspend_others()151 __cpu_simple_unlock(&db_lock); in db_suspend_others()175 __cpu_simple_lock(&db_lock); in db_resume_others()177 __cpu_simple_unlock(&db_lock); in db_resume_others()
86 mutex_init(&dmabuf->db_lock, MUTEX_DEFAULT, IPL_NONE); in dma_buf_export()172 mutex_destroy(&dmabuf->db_lock); in dma_buf_put()193 mutex_enter(&dmabuf->db_lock); in dma_buf_dynamic_attach()196 mutex_exit(&dmabuf->db_lock); in dma_buf_dynamic_attach()220 mutex_enter(&dmabuf->db_lock); in dma_buf_detach()223 mutex_exit(&dmabuf->db_lock); in dma_buf_detach()
136 __cpu_simple_lock_t db_lock; variable149 __cpu_simple_lock(&db_lock); in db_suspend_others()153 __cpu_simple_unlock(&db_lock); in db_suspend_others()175 __cpu_simple_lock(&db_lock); in db_resume_others()177 __cpu_simple_unlock(&db_lock); in db_resume_others()
180 __cpu_simple_lock_t db_lock; variable189 __cpu_simple_lock(&db_lock); in db_suspend_others()193 __cpu_simple_unlock(&db_lock); in db_suspend_others()207 __cpu_simple_lock(&db_lock); in db_resume_others()209 __cpu_simple_unlock(&db_lock); in db_resume_others()
80 kmutex_t db_lock; member