Home
last modified time | relevance | path

Searched defs:rcu_test_struct (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/radix-tree/
H A Dmaple.c34390 struct rcu_test_struct { struct
34391 struct maple_tree *mt; /* the maple tree */
34392 int count; /* Number of times to check value(s) */
34393 unsigned long index; /* The first index to check */
34394 void *entry1; /* The first entry value */
34395 void *entry2; /* The second entry value */
34396 void *entry3; /* The third entry value */
34420 int eval_rcu_entry(struct rcu_test_struct *test, void *entry, bool *update_2, in eval_rcu_entry() argument