OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttm_global_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c
65
*
ttm_global_mutex
- protecting the global BO state
68
static struct mutex
ttm_global_mutex
;
variable in typeref:struct:mutex
72
DEFINE_MUTEX(
ttm_global_mutex
);
1650
mutex_lock(&
ttm_global_mutex
);
1663
mutex_unlock(&
ttm_global_mutex
);
1664
mutex_destroy(&
ttm_global_mutex
);
1668
mutex_unlock(&
ttm_global_mutex
);
1677
mutex_init(&
ttm_global_mutex
);
1678
mutex_lock(&
ttm_global_mutex
);
1714
mutex_unlock(&
ttm_global_mutex
);
[
all
...]
ttm_bo.c
65
*
ttm_global_mutex
- protecting the global BO state
68
static struct mutex
ttm_global_mutex
;
variable in typeref:struct:mutex
72
DEFINE_MUTEX(
ttm_global_mutex
);
1650
mutex_lock(&
ttm_global_mutex
);
1663
mutex_unlock(&
ttm_global_mutex
);
1664
mutex_destroy(&
ttm_global_mutex
);
1668
mutex_unlock(&
ttm_global_mutex
);
1677
mutex_init(&
ttm_global_mutex
);
1678
mutex_lock(&
ttm_global_mutex
);
1714
mutex_unlock(&
ttm_global_mutex
);
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025