Lines Matching refs:table_lock
280 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
284 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
292 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
294 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
390 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
394 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
423 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
425 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()
924 spin_lock_init(&file_private->table_lock); in drm_gem_open()