OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alc_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/chfs/
ebh.h
256
* @
alc_mutex
: serializes "atomic LEB change" operation
280
//struct mutex
alc_mutex
;
282
kmutex_t
alc_mutex
;
member in struct:chfs_ebh
ebh.c
1520
mutex_init(&ebh->
alc_mutex
, MUTEX_DEFAULT, IPL_NONE);
1700
KASSERT(!mutex_owned(&ebh->
alc_mutex
));
1704
mutex_destroy(&ebh->
alc_mutex
);
2070
mutex_enter(&ebh->
alc_mutex
);
2089
mutex_exit(&ebh->
alc_mutex
);
2127
mutex_exit(&ebh->
alc_mutex
);
2137
mutex_exit(&ebh->
alc_mutex
);
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025