OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unique_mtx
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
unique.c
33
static kmutex_t
unique_mtx
;
variable
60
mutex_init(&
unique_mtx
, NULL, MUTEX_DEFAULT, NULL);
67
mutex_destroy(&
unique_mtx
);
86
mutex_enter(&
unique_mtx
);
89
mutex_exit(&
unique_mtx
);
93
mutex_enter(&
unique_mtx
);
97
mutex_exit(&
unique_mtx
);
109
mutex_enter(&
unique_mtx
);
115
mutex_exit(&
unique_mtx
);
Completed in 23 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026