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()
374 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
378 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
407 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail()
409 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail()
654 spin_lock(&filp->table_lock); in objects_lookup()
666 spin_unlock(&filp->table_lock); in objects_lookup()
917 spin_lock_init(&file_private->table_lock); in drm_gem_open()