Home
last modified time | relevance | path

Searched refs:expected_pages (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mincore/
H A Dmincore03.c24 int expected_pages; member
65 if (locked_pages == tc->expected_pages) in test_mincore()
69 locked_pages, tc->expected_pages); in test_mincore()
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc40 const int expected_pages = in EnsureCurrentCapacity() local
43 DCHECK_EQ(target_capacity_, expected_pages * Page::kPageSize); in EnsureCurrentCapacity()
49 while (current_page != nullptr && actual_pages < expected_pages) { in EnsureCurrentCapacity()
54 DCHECK_LE(actual_pages, expected_pages); in EnsureCurrentCapacity()
58 DCHECK_EQ(actual_pages, expected_pages); in EnsureCurrentCapacity()
78 // Add more pages if we have less than expected_pages. in EnsureCurrentCapacity()
81 while (actual_pages < expected_pages) { in EnsureCurrentCapacity()
96 DCHECK_EQ(expected_pages, actual_pages); in EnsureCurrentCapacity()

Completed in 2 milliseconds