Searched refs:nextLargestStart (Results 1 - 1 of 1) sorted by path

/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_allocator_invalidate_largest.cpp71 test(int32_t num, int32_t nextLargestStart, int32_t nextLargestLength, argument
80 if (nextLargestStart != fLargestStart)
89 fLargestLength, fLargestValid ? "" : " (INVALID)", nextLargestStart,
97 int32_t start, int32_t length, int32_t nextLargestStart,
108 test(num, nextLargestStart, nextLargestLength, nextLargestValid);
114 int32_t length, int32_t nextLargestStart, int32_t nextLargestLength,
125 test(num, nextLargestStart, nextLargestLength, nextLargestValid);
96 test_allocate(int32_t num, int32_t largestStart, int32_t largestLength, int32_t start, int32_t length, int32_t nextLargestStart, int32_t nextLargestLength, bool nextLargestValid) argument
113 test_free(int32_t num, int32_t largestStart, int32_t largestLength, int32_t start, int32_t length, int32_t nextLargestStart, int32_t nextLargestLength, bool nextLargestValid) argument

Completed in 17 milliseconds