Lines Matching refs:table_lock
307 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
311 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
319 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
321 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
400 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
404 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
429 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
431 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
688 spin_lock(&filp->table_lock); in objects_lookup()
700 spin_unlock(&filp->table_lock); in objects_lookup()
948 spin_lock_init(&file_private->table_lock); in drm_gem_open()