Searched defs:mutex_init (Results 1 – 6 of 6) sorted by relevance
48 #define mutex_init(m) cvmx_spinlock_init(m) macro57 #define mutex_init(m) (*(m) = 0) macro
54 #define mutex_init(lock, desc, type, arg) do { \ macro
99 #define mutex_init(mp, name, type, ibc) \ macro
443 mutex_init(void) in mutex_init() function
1207 mutex_init(void) in mutex_init() function
193 mutex_init(kmutex_t *mp, char *name, int type, void *cookie) in mutex_init() function