Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_fork.c164 if (cp->cache_uflags & UMU_ACTIVE) { in umem_do_release()
170 cp->cache_uflags &= ~UMU_ACTIVE; in umem_do_release()
H A Dumem_impl.h393 #define UMU_ACTIVE 0x80000000 macro
H A Dumem.c945 flags &= ~UMU_ACTIVE; in umem_add_update_unlocked()
950 if (cp->cache_uflags & UMU_ACTIVE) { in umem_add_update_unlocked()
992 while (cp->cache_uflags & UMU_ACTIVE) { in umem_remove_updates()
2527 ASSERT(!(cp->cache_uflags & UMU_ACTIVE)); in umem_process_updates()
2530 int uflags = (cp->cache_uflags |= UMU_ACTIVE); in umem_process_updates()