Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dtag_check.c124 NODE_TAGGED = 2, enumerator
147 assert(thrash_state[last_index] != NODE_TAGGED); in gang_check()
150 assert(thrash_state[last_index] == NODE_TAGGED); in gang_check()
197 assert(thrash_state[index] == NODE_TAGGED); in do_thrash()
218 assert(thrash_state[index] != NODE_TAGGED); in do_thrash()
219 thrash_state[index] = NODE_TAGGED; in do_thrash()
226 if (thrash_state[index] != NODE_TAGGED) in do_thrash()
250 case NODE_TAGGED: in do_thrash()