Home
last modified time | relevance | path

Searched refs:DOOR_UNREF_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddoor.h101 #define DOOR_UNREF_ACTIVE 0x100000 /* Unreferenced call is active */ macro
/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1628 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()