Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dtag_check.c123 NODE_PRESENT = 1, enumerator
185 assert(thrash_state[index] != NODE_PRESENT); in do_thrash()
186 thrash_state[index] = NODE_PRESENT; in do_thrash()
200 assert(thrash_state[index] == NODE_PRESENT); in do_thrash()
211 if (thrash_state[index] != NODE_PRESENT) { in do_thrash()
232 assert(thrash_state[index] != NODE_PRESENT); in do_thrash()
233 thrash_state[index] = NODE_PRESENT; in do_thrash()
245 case NODE_PRESENT: in do_thrash()