OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ac_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
amrvar.h
127
kmutex_t
ac_mutex
;
member in struct:amr_ccb
amr.c
435
mutex_init(&ac->
ac_mutex
, MUTEX_DEFAULT, IPL_NONE);
851
mutex_enter(&ac->
ac_mutex
);
853
mutex_exit(&ac->
ac_mutex
);
1232
mutex_enter(&ac->
ac_mutex
);
1233
cv_wait(&ac->ac_cv, &ac->
ac_mutex
);
1234
mutex_exit(&ac->
ac_mutex
);
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025