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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_fork.c154 if (cp->cache_uflags & UMU_NOTIFY)
155 cp->cache_uflags &= ~UMU_NOTIFY;
166 if (cp->cache_uflags & UMU_ACTIVE) {
172 cp->cache_uflags &= ~UMU_ACTIVE;
H A Dumem.c172 * Inactive cache_uflags is zero, cache_u{next,prev} are NULL
174 * 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}
687 if (cp->cache_uflags & UMU_ACTIVE) {
688 cp->cache_uflags |= flags;
691 ASSERT(cp->cache_uflags != 0);
692 cp->cache_uflags |= flags;
694 ASSERT(cp->cache_uflags == 0);
695 cp->cache_uflags = flags;
729 while (cp->cache_uflags
[all...]
H A Dumem_impl.h284 int cache_uflags; /* UMU_* flags */ member in struct:umem_cache

Completed in 26 milliseconds