OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c
70
* @
cur_mutex
: Mutex protecting the command buffer used for incremental small
92
* the @
cur_mutex
.
93
* @cur_pos: Space already used in @cur. Protected by @
cur_mutex
.
117
struct mutex
cur_mutex
;
member in struct:vmw_cmdbuf_man
212
* vmw_cmdbuf_cur_lock - Helper to lock the
cur_mutex
.
220
if (mutex_lock_interruptible(&man->
cur_mutex
))
223
mutex_lock(&man->
cur_mutex
);
230
* vmw_cmdbuf_cur_unlock - Helper to unlock the
cur_mutex
.
236
mutex_unlock(&man->
cur_mutex
);
674
* is automatically allocated when needed. Call with @man->
cur_mutex
held
[
all
...]
vmwgfx_cmdbuf.c
70
* @
cur_mutex
: Mutex protecting the command buffer used for incremental small
92
* the @
cur_mutex
.
93
* @cur_pos: Space already used in @cur. Protected by @
cur_mutex
.
117
struct mutex
cur_mutex
;
member in struct:vmw_cmdbuf_man
212
* vmw_cmdbuf_cur_lock - Helper to lock the
cur_mutex
.
220
if (mutex_lock_interruptible(&man->
cur_mutex
))
223
mutex_lock(&man->
cur_mutex
);
230
* vmw_cmdbuf_cur_unlock - Helper to unlock the
cur_mutex
.
236
mutex_unlock(&man->
cur_mutex
);
674
* is automatically allocated when needed. Call with @man->
cur_mutex
held
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025