Searched refs:in_objlist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dchecklib.c70 * being single-threaded - that is why we can check "hndl->in_objlist"
71 * without first obtaining a lock. "in_objlist" is the re-entrancy
95 if (hndl->in_objlist == B_TRUE) {
106 hndl->in_objlist = B_TRUE;
128 hndl->in_objlist = B_FALSE;
151 /* lmap_lock held and in_objlist marked as B_TRUE */
H A Dtnfctl_int.h156 boolean_t in_objlist; /* _tnfctl_lmap_lock reentrancy check */ member in struct:tnfctl_handle

Completed in 44 milliseconds