Home
last modified time | relevance | path

Searched refs:SX_LOCK_DESTROYED (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/kern/
HDkern_sx.c243 sx->sx_lock = SX_LOCK_DESTROYED; in sx_destroy()
257 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in _sx_slock()
284 KASSERT(x != SX_LOCK_DESTROYED, in sx_try_slock_()
312 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in _sx_xlock()
338 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in sx_try_xlock_()
368 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in _sx_sunlock()
383 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in _sx_xunlock()
407 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in sx_try_upgrade_()
440 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in sx_downgrade_()
1195 else if (sx->sx_lock == SX_LOCK_DESTROYED) { in db_show_sx()
/NextBSD/sys/sys/
HDsx.h84 #define SX_LOCK_DESTROYED \ macro