HomeSort by: relevance | last modified time | path
    Searched refs:cds_lfht_next_duplicate (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculfhash.h 61 * cds_lfht_next_duplicate() after the iterator has been
355 * cds_lfht_next_duplicate - get the next item with same key, after iterator.
364 * cds_lfht_next_duplicate.
375 void cds_lfht_next_duplicate(struct cds_lfht *ht,
601 cds_lfht_next_duplicate(ht, match, key, iter), \
622 cds_lfht_next_duplicate(ht, match, key, iter), \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
urcu.h 138 cds_lfht_next_duplicate(ht, match, key, iter), \
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_hash_unique.c 74 cds_lfht_next_duplicate(test_ht, test_match,
  /src/external/lgpl2/userspace-rcu/dist/src/
rculfhash.c 104 * of the the basic cds_lfht_lookup, cds_lfht_next_duplicate,
110 * - cds_lfht_lookup followed by iteration with cds_lfht_next_duplicate
113 * cds_lfht_next_duplicate (and/or cds_lfht_next, although less
116 * cds_lfht_next_duplicate, although less common).
1145 cds_lfht_next_duplicate(ht, match, key, &d_iter);
1767 void cds_lfht_next_duplicate(struct cds_lfht *ht __attribute__((unused)), function

Completed in 31 milliseconds