rcuja: below equal/above equal
[userspace-rcu.git] / tests / test_urcu_ja.h
index 1e90987a31f6cec0de73852d3f9bb37c0bf41a5c..873b493bc0c0739347f05167b42104259a5a914a 100644 (file)
@@ -106,9 +106,8 @@ extern struct cds_ja *test_ja;
 
 struct ja_test_node {
        struct cds_ja_node node;
-       uint64_t key; /* for testing */
-       /* cache-cold for iteration */
-       struct rcu_head head;
+       uint64_t key;           /* for testing */
+       struct rcu_head head;   /* delayed reclaim */
 };
 
 static inline struct ja_test_node *
This page took 0.023239 seconds and 4 git commands to generate.