Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_sx.c274 sx->sx_lock = SX_LOCK_DESTROYED; in sx_destroy()
288 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in _sx_slock()
315 KASSERT(x != SX_LOCK_DESTROYED, in sx_try_slock_()
343 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in _sx_xlock()
369 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in sx_try_xlock_()
399 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in _sx_sunlock()
415 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in _sx_xunlock()
441 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in sx_try_upgrade_()
474 KASSERT(sx->sx_lock != SX_LOCK_DESTROYED, in sx_downgrade_()
1239 else if (sx->sx_lock == SX_LOCK_DESTROYED) { in db_show_sx()
/freebsd-10-stable/sys/sys/
Dsx.h84 #define SX_LOCK_DESTROYED \ macro