Searched refs:space_mutex (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c67 * @space_mutex: Mutex to protect against starvation when we allocate
112 struct mutex space_mutex; member in struct:vmw_cmdbuf_man
812 if (mutex_lock_interruptible(&man->space_mutex))
815 mutex_lock(&man->space_mutex);
835 mutex_unlock(&man->space_mutex);
846 mutex_unlock(&man->space_mutex);
1329 mutex_init(&man->space_mutex);
1403 mutex_destroy(&man->space_mutex);

Completed in 189 milliseconds