OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_mutex
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c
74
* @
error_mutex
: Mutex to serialize the work queue error handling.
119
struct mutex
error_mutex
;
member in struct:vmw_cmdbuf_man
542
mutex_lock(&man->
error_mutex
);
634
mutex_unlock(&man->
error_mutex
);
1408
mutex_init(&man->
error_mutex
);
1495
mutex_destroy(&man->
error_mutex
);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ggtt.c
620
mutex_destroy(&ggtt->
error_mutex
);
652
mutex_init(&ggtt->
error_mutex
);
832
mutex_destroy(&ggtt->
error_mutex
);
intel_gtt.h
403
struct mutex
error_mutex
;
member in struct:i915_ggtt
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.c
1537
mutex_lock(&ggtt->
error_mutex
);
1549
mutex_unlock(&ggtt->
error_mutex
);
Completed in 15 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025