Searched defs:cbuf_list_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_cbufcall.c43 * All pending crypto bufcalls are put on a list. cbuf_list_lock
47 * global cbuf_list_lock followed by the individual lock
50 kmutex_t cbuf_list_lock; variable
116 mutex_enter(&cbuf_list_lock);
120 mutex_exit(&cbuf_list_lock);
143 mutex_exit(&cbuf_list_lock);
159 mutex_enter(&cbuf_list_lock);
177 mutex_exit(&cbuf_list_lock);
191 mutex_exit(&cbuf_list_lock);
217 mutex_enter(&cbuf_list_lock);
[all...]

Completed in 46 milliseconds