Lines Matching refs:table_lock
264 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
268 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
276 spin_lock(&filp->table_lock); in drm_gem_handle_delete()
278 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()
364 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
368 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
393 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
395 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
640 spin_lock(&filp->table_lock); in objects_lookup()
652 spin_unlock(&filp->table_lock); in objects_lookup()
903 spin_lock_init(&file_private->table_lock); in drm_gem_open()