Searched defs:mtx_init (Results 1 – 10 of 10) sorted by relevance
4 int mtx_init(mtx_t *m, int type) in mtx_init() function
8 mtx_init(mtx_t *mtx) { in mtx_init() function
35 "mtx_init": { object
152 mtx_init(mtx_t *mtx, int type) in mtx_init() function
204 mtx_init(mtx_t *mtx, int type) in mtx_init() function
196 mtx_init(mtx_t *mtx, int type) in mtx_init() function
290 mtx_init(mtx_t *mtx, int type) in mtx_init() function
304 simple_mtx_t mtx_init = SIMPLE_MTX_INITIALIZER; in pandecode_create_context() local