Home
last modified time | relevance | path

Searched refs:ASO_LOCK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Daso.h27 #define ASO_LOCK 2 /* matched key first, then spin-lock */ macro
H A Daso.c50 case ASO_LOCK: in asolock()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/
H A Dasolock.c44 case ASO_LOCK:
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtopen.c160 return asolock(&dt->data->user.lock, key, ASO_LOCK); in dtuserlock()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Daso.h45 #define ASO_LOCK 2 /* matched key first, then spin-lock */ macro