Home
last modified time | relevance | path

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

/openbmc/linux/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) 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()
277 thrash_state = malloc(THRASH_SIZE); in thrash_tags()
[all …]