Searched refs:UMU_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_fork.c166 if (cp->cache_uflags & UMU_ACTIVE) {
172 cp->cache_uflags &= ~UMU_ACTIVE;
H A Dumem_impl.h383 #define UMU_ACTIVE 0x80000000 macro
H A Dumem.c174 * Work Requested cache_uflags is non-zero (but UMU_ACTIVE is not set),
178 * Active cache_uflags has UMU_ACTIVE set, cache_u{next,prev}
682 flags &= ~UMU_ACTIVE;
687 if (cp->cache_uflags & UMU_ACTIVE) {
729 while (cp->cache_uflags & UMU_ACTIVE) {
2260 ASSERT(!(cp->cache_uflags & UMU_ACTIVE));
2263 int uflags = (cp->cache_uflags |= UMU_ACTIVE);

Completed in 22 milliseconds