Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dtag_check.c132 char *thrash_state, int tag) in gang_check() argument
186 thrash_state[index] = NODE_PRESENT; in do_thrash()
204 thrash_state[index] = NODE_ABSENT; in do_thrash()
219 thrash_state[index] = NODE_TAGGED; in do_thrash()
233 thrash_state[index] = NODE_PRESENT; in do_thrash()
241 switch (thrash_state[index]) { in do_thrash()
259 gang_check(tree, thrash_state, tag); in do_thrash()
275 char *thrash_state; in thrash_tags() local
277 thrash_state = malloc(THRASH_SIZE); in thrash_tags()
280 do_thrash(&tree, thrash_state, 0); in thrash_tags()
[all …]