Lines Matching refs:table_lock
277 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
281 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
289 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
291 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
377 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
381 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
406 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
408 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
653 spin_lock(&filp->table_lock); in objects_lookup()
665 spin_unlock(&filp->table_lock); in objects_lookup()
915 spin_lock_init(&file_private->table_lock); in drm_gem_open()