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

  /src/external/lgpl2/userspace-rcu/dist/doc/examples/rculfhash/
Makefile 13 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup
23 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup clean
Makefile 13 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup
23 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup clean
cds_lfht_lookup.c 125 cds_lfht_lookup(ht, hash, match, &value, &iter);
cds_lfht_lookup.c 125 cds_lfht_lookup(ht, hash, match, &value, &iter);
cds_lfht_del.c 131 cds_lfht_lookup(ht, hash, match, &value, &iter);
cds_lfht_del.c 131 cds_lfht_lookup(ht, hash, match, &value, &iter);
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculfhash.h 338 * cds_lfht_lookup - lookup a node by key.
350 void cds_lfht_lookup(struct cds_lfht *ht, unsigned long hash,
367 * RCU read-side lock must be held across cds_lfht_lookup and
508 * Old node can be looked up with cds_lfht_lookup and cds_lfht_next.
540 * Node can be looked up with cds_lfht_lookup and cds_lfht_next,
560 * Node can be looked up with cds_lfht_lookup and cds_lfht_next,
598 for (cds_lfht_lookup(ht, hash, match, key, iter), \
618 for (cds_lfht_lookup(ht, hash, match, key, iter), \
rculfhash.h 338 * cds_lfht_lookup - lookup a node by key.
350 void cds_lfht_lookup(struct cds_lfht *ht, unsigned long hash,
367 * RCU read-side lock must be held across cds_lfht_lookup and
508 * Old node can be looked up with cds_lfht_lookup and cds_lfht_next.
540 * Node can be looked up with cds_lfht_lookup and cds_lfht_next,
560 * Node can be looked up with cds_lfht_lookup and cds_lfht_next,
598 for (cds_lfht_lookup(ht, hash, match, key, iter), \
618 for (cds_lfht_lookup(ht, hash, match, key, iter), \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
urcu.h 134 for (cds_lfht_lookup(ht, hash, match, key, iter), \
urcu.h 134 for (cds_lfht_lookup(ht, hash, match, key, iter), \
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_hash.h 343 cds_lfht_lookup(ht, test_hash(key, key_len, TEST_HASH_SEED),
test_urcu_hash.h 343 cds_lfht_lookup(ht, test_hash(key, key_len, TEST_HASH_SEED),
  /src/external/mpl/bind/dist/lib/dns/
badcache.c 155 cds_lfht_lookup(ht, hashval, bcentry_match, key, &iter);
badcache.c 155 cds_lfht_lookup(ht, hashval, bcentry_match, key, &iter);
db.c 1107 cds_lfht_lookup(update_listeners, hash, updatenotify_match, &key,
db.c 1107 cds_lfht_lookup(update_listeners, hash, updatenotify_match, &key,
  /src/external/mpl/bind/dist/tests/bench/
load-names.c 142 cds_lfht_lookup(lfht, hash, lfht_match, &item[count].fixed.name, &iter);
load-names.c 142 cds_lfht_lookup(lfht, hash, lfht_match, &item[count].fixed.name, &iter);
  /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
125 * cds_lfht_lookup "read" operation, therefore, any ordering guarantee
134 * returned by a cds_lfht_lookup() might be passed to a cds_lfht_next(),
1720 void cds_lfht_lookup(struct cds_lfht *ht, unsigned long hash, function
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
125 * cds_lfht_lookup "read" operation, therefore, any ordering guarantee
134 * returned by a cds_lfht_lookup() might be passed to a cds_lfht_next(),
1720 void cds_lfht_lookup(struct cds_lfht *ht, unsigned long hash, function

Completed in 144 milliseconds