Home
last modified time | relevance | path

Searched refs:cur_mutex (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c63 * @cur_mutex: Mutex protecting the command buffer used for incremental small
85 * the @cur_mutex.
86 * @cur_pos: Space already used in @cur. Protected by @cur_mutex.
110 struct mutex cur_mutex; member
201 * vmw_cmdbuf_cur_lock - Helper to lock the cur_mutex.
209 if (mutex_lock_interruptible(&man->cur_mutex)) in vmw_cmdbuf_cur_lock()
212 mutex_lock(&man->cur_mutex); in vmw_cmdbuf_cur_lock()
219 * vmw_cmdbuf_cur_unlock - Helper to unlock the cur_mutex.
225 mutex_unlock(&man->cur_mutex); in vmw_cmdbuf_cur_unlock()
658 * is automatically allocated when needed. Call with @man->cur_mutex hel
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c65 * @cur_mutex: Mutex protecting the command buffer used for incremental small
86 * the @cur_mutex.
87 * @cur_pos: Space already used in @cur. Protected by @cur_mutex.
111 struct mutex cur_mutex; member
201 * vmw_cmdbuf_cur_lock - Helper to lock the cur_mutex.
209 if (mutex_lock_interruptible(&man->cur_mutex)) in vmw_cmdbuf_cur_lock()
212 mutex_lock(&man->cur_mutex); in vmw_cmdbuf_cur_lock()
219 * vmw_cmdbuf_cur_unlock - Helper to unlock the cur_mutex.
225 mutex_unlock(&man->cur_mutex); in vmw_cmdbuf_cur_unlock()
658 * is automatically allocated when needed. Call with @man->cur_mutex hel
[all...]

Completed in 4 milliseconds