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

/linux-master/tools/testing/radix-tree/
H A Dtag_check.c127 #define THRASH_SIZE (1000 * 1000) macro
166 for (insert_chunk = 1; insert_chunk < THRASH_SIZE; insert_chunk *= N)
167 for (delete_chunk = 1; delete_chunk < THRASH_SIZE; delete_chunk *= N)
168 for (tag_chunk = 1; tag_chunk < THRASH_SIZE; tag_chunk *= N)
169 for (untag_chunk = 1; untag_chunk < THRASH_SIZE; untag_chunk *= N) {
180 index = rand() % THRASH_SIZE;
192 index = rand() % THRASH_SIZE;
210 index = rand() % THRASH_SIZE;
225 index = rand() % THRASH_SIZE;
240 for (index = 0; index < THRASH_SIZE; inde
[all...]

Completed in 89 milliseconds