Lines Matching refs:table_lock
357 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
361 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
369 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
371 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
450 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
454 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
474 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
477 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
484 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
486 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
743 spin_lock(&filp->table_lock); in objects_lookup()
755 spin_unlock(&filp->table_lock); in objects_lookup()
1003 spin_lock_init(&file_private->table_lock); in drm_gem_open()