Searched refs:RWST_OWNER (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ | ||
H A D | rwstlock.h | 65 #define RWST_OWNER(l) (RWST_WRITE_HELD(l) ? \ macro |
/titanic_41/usr/src/uts/common/os/ | ||
H A D | rwstlock.c | 200 return (RWST_OWNER(l)); in rwst_owner() |