Lines Matching refs:table_lock
281 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
285 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
293 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
295 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
374 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
378 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
403 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
405 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
662 spin_lock(&filp->table_lock); in objects_lookup()
674 spin_unlock(&filp->table_lock); in objects_lookup()
922 spin_lock_init(&file_private->table_lock); in drm_gem_open()