Searched refs:lockops (Results 1 – 2 of 2) sorted by relevance
356 lockops_t *lockops __unused; in _mutex_init()364 lockops = (type == MUTEX_NODEBUG ? in _mutex_init()366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); in _mutex_init()369 lockops = (type == MUTEX_NODEBUG ? in _mutex_init()371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); in _mutex_init()
48 typedef struct lockops { struct