Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dtag_check.c122 NODE_ABSENT = 0, enumerator
181 if (thrash_state[index] != NODE_ABSENT) in do_thrash()
193 if (thrash_state[index] == NODE_ABSENT) in do_thrash()
203 assert(thrash_state[index] != NODE_ABSENT); in do_thrash()
204 thrash_state[index] = NODE_ABSENT; in do_thrash()
242 case NODE_ABSENT: in do_thrash()