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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculfhash.h 60 * consistency checks for calls to a cds_lfht_next() or
368 * cds_lfht_next calls, and also between cds_lfht_next calls using the
369 * node returned by a previous cds_lfht_next.
393 * cds_lfht_next - get the next node in the table.
405 void cds_lfht_next(struct cds_lfht *ht, struct cds_lfht_iter *iter);
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,
594 cds_lfht_next(ht, iter),
    [all...]
  /src/external/mpl/bind/dist/lib/isc/include/isc/
urcu.h 127 cds_lfht_next(ht, iter), \
  /src/external/mpl/bind/dist/lib/dns/
badcache.c 229 for (cds_lfht_next(ht, iter), \
233 cds_lfht_next(ht, iter), \
  /src/external/lgpl2/userspace-rcu/dist/src/
rculfhash.c 105 * cds_lfht_first, cds_lfht_next operation, as well as
111 * (and/or cds_lfht_next, although less common).
113 * cds_lfht_next_duplicate (and/or cds_lfht_next, although less
115 * - cds_lfht_first followed iteration with cds_lfht_next (and/or
134 * returned by a cds_lfht_lookup() might be passed to a cds_lfht_next(),
1802 void cds_lfht_next(struct cds_lfht *ht __attribute__((unused)), function
1834 cds_lfht_next(ht, iter);

Completed in 28 milliseconds