Searched refs:ANON_ISBUSY (Results 1 – 3 of 3) sorted by relevance
584 ASSERT(!ANON_ISBUSY(anon_get_slot(sahp, s_idx))); in anon_copy_ptr()1348 ASSERT(!ANON_ISBUSY(anon_get_slot(old, index))); in anon_dup()1414 ASSERT(!ANON_ISBUSY(anon_get_slot(old, index))); in anon_dup_fill_holes()1522 ASSERT(!ANON_ISBUSY(anon_get_slot(ahp, index))); in anon_fill_cow_holes()1596 ASSERT(!ANON_ISBUSY(anon_get_slot(ahp, index))); in anon_free()1641 ASSERT(!ANON_ISBUSY(anon_get_slot(ahp, index))); in anon_free_pages()3616 while (ANON_ISBUSY(ap_slot)) in anon_array_enter()3650 if (ANON_ISBUSY(ap_slot)) { in anon_array_try_enter()3664 ASSERT(ANON_ISBUSY(sobj->sync_data)); in anon_array_exit()
323 #define ANON_ISBUSY(slot) (*(slot) & ANON_BUSY) macro
669 ASSERT(ANON_ISBUSY(anon_get_slot(amp->ahp, anon_idx)) == 0); in segspt_free_pages()