Searched refs:IsEmpty (Results 1 – 5 of 5) sorted by relevance
34 ASSERT(dest->IsEmpty()); in move_vm_page_list_node()162 if (pln->IsEmpty()) { in RemovePage()201 if (cur->IsEmpty()) { in FreePages()239 bool VmPageList::IsEmpty() { in IsEmpty() function in VmPageList
1122 EXPECT_TRUE(pl.IsEmpty(), "not empty\n"); in vmpl_free_pages_last_page_test()1185 EXPECT_TRUE(pl.IsEmpty(), "non-empty list\n"); in vmpl_take_all_pages_test()1209 EXPECT_FALSE(pl.IsEmpty(), "non-empty list\n"); in vmpl_take_middle_pages_test()
1165 if (!page_list_.IsEmpty()) { in SetMappingCachePolicy()
86 bool IsEmpty() const { in IsEmpty() function229 bool IsEmpty();
123 bool IsEmpty() TA_REQ(thread_lock) { return wait_queue_is_empty(&wq_); } in IsEmpty() function
Completed in 15 milliseconds