OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:space_mutex
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c
72
* @
space_mutex
: Mutex to protect against starvation when we allocate
118
struct mutex
space_mutex
;
member in struct:vmw_cmdbuf_man
828
if (mutex_lock_interruptible(&man->
space_mutex
))
831
mutex_lock(&man->
space_mutex
);
853
mutex_unlock(&man->
space_mutex
);
869
mutex_unlock(&man->
space_mutex
);
1407
mutex_init(&man->
space_mutex
);
1494
mutex_destroy(&man->
space_mutex
);
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025