Searched refs:UMU_ACTIVE (Results 1 – 3 of 3) sorted by relevance
166 if (cp->cache_uflags & UMU_ACTIVE) { in umem_do_release()172 cp->cache_uflags &= ~UMU_ACTIVE; in umem_do_release()
390 #define UMU_ACTIVE 0x80000000 macro
945 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()2523 ASSERT(!(cp->cache_uflags & UMU_ACTIVE)); in umem_process_updates()2526 int uflags = (cp->cache_uflags |= UMU_ACTIVE); in umem_process_updates()