rcuja tests: test lookup lower equal for 8-bit and 16-bit judy arrays
[userspace-rcu.git] / urcu / rcuja.h
index 9a006a395bcc31a3748acd42e134036a5a5e4254..e66ce7e9288095458377ca35eba046ce18959780 100644 (file)
@@ -58,10 +58,15 @@ void cds_ja_node_init(struct cds_ja_node *node)
 }
 
 struct cds_hlist_head cds_ja_lookup(struct cds_ja *ja, uint64_t key);
+struct cds_hlist_head cds_ja_lookup_lower_equal(struct cds_ja *ja,
+               uint64_t key);
 
 int cds_ja_add(struct cds_ja *ja, uint64_t key,
                struct cds_ja_node *new_node);
 
+struct cds_ja_node *cds_ja_add_unique(struct cds_ja *ja, uint64_t key,
+               struct cds_ja_node *new_node);
+
 int cds_ja_del(struct cds_ja *ja, uint64_t key,
                struct cds_ja_node *node);
 
This page took 0.034203 seconds and 4 git commands to generate.