Home
last modified time | relevance | path

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

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