Searched defs:crypto_mutex_init (Results 1 – 2 of 2) sorted by relevance
51 #define crypto_mutex_init osal_mutex_init macro
105 #define crypto_mutex_init(x) sema_init(x, 1) macro