Searched refs:stolen_lock (Results 1 – 2 of 2) sorted by relevance
41 mutex_lock(&dev_priv->mm.stolen_lock); in i915_gem_stolen_insert_node_in_range()45 mutex_unlock(&dev_priv->mm.stolen_lock); in i915_gem_stolen_insert_node_in_range()61 mutex_lock(&dev_priv->mm.stolen_lock); in i915_gem_stolen_remove_node()63 mutex_unlock(&dev_priv->mm.stolen_lock); in i915_gem_stolen_remove_node()363 mutex_init(&dev_priv->mm.stolen_lock); in i915_gem_init_stolen()641 mutex_lock(&dev_priv->mm.stolen_lock); in i915_gem_object_create_stolen_for_preallocated()643 mutex_unlock(&dev_priv->mm.stolen_lock); in i915_gem_object_create_stolen_for_preallocated()
646 struct mutex stolen_lock; member