Searched refs:DOOR_UNREF_ACTIVE (Results 1 – 2 of 2) sorted by relevance
101 #define DOOR_UNREF_ACTIVE 0x100000 /* Unreferenced call is active */ macro
1628 if (dp->door_flags & DOOR_UNREF_ACTIVE) in door_info_common()2163 dp->door_flags |= DOOR_UNREF_ACTIVE; in door_unref()2175 ASSERT(dp->door_flags & DOOR_UNREF_ACTIVE); in door_unref()2176 dp->door_flags &= ~DOOR_UNREF_ACTIVE; in door_unref()2217 dp->door_flags |= DOOR_UNREF_ACTIVE; in door_unref_kernel()2223 ASSERT(dp->door_flags & DOOR_UNREF_ACTIVE); in door_unref_kernel()2224 dp->door_flags &= ~DOOR_UNREF_ACTIVE; in door_unref_kernel()