Searched defs:cl_owner (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/
H A Dipp_impl.h106 kthread_id_t cl_owner; member in struct:cfglock
132 ((_clp)->cl_owner != NULL && \
133 (_clp)->cl_owner != curthread)) \
136 (_clp)->cl_owner = curthread; \
142 ASSERT((_clp)->cl_owner != curthread); \
146 (_clp)->cl_owner = curthread; \
157 (_clp)->cl_owner = NULL; \
163 (_clp)->cl_owner = NULL; \

Completed in 100 milliseconds