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

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

Completed in 111 milliseconds