Lines Matching refs:probes

236 ck_ht_map_probe_next(struct ck_ht_map *map, size_t offset, ck_ht_hash_t h, size_t probes)  in ck_ht_map_probe_next()  argument
240 unsigned long level = (unsigned long)probes >> CK_HT_BUCKET_SHIFT; in ck_ht_map_probe_next()
289 CK_HT_TYPE probes = 0; in ck_ht_map_probe_wr() local
311 if (probes++ > limit) in ck_ht_map_probe_wr()
324 *probe_wr = probes; in ck_ht_map_probe_wr()
361 offset = ck_ht_map_probe_next(map, offset, h, probes); in ck_ht_map_probe_wr()
368 *probe_limit = probes; in ck_ht_map_probe_wr()
370 *probe_wr = probes; in ck_ht_map_probe_wr()
502 CK_HT_TYPE probes = 0; in ck_ht_map_probe_rd() local
526 if (probes++ > probe_maximum) in ck_ht_map_probe_rd()
591 offset = ck_ht_map_probe_next(map, offset, h, probes); in ck_ht_map_probe_rd()
662 CK_HT_TYPE probes; in ck_ht_grow_spmc() local
703 probes = 0; in ck_ht_grow_spmc()
711 probes++; in ck_ht_grow_spmc()
715 ck_ht_map_bound_set(update, h, probes); in ck_ht_grow_spmc()
723 offset = ck_ht_map_probe_next(update, offset, h, probes); in ck_ht_grow_spmc()
825 CK_HT_TYPE probes, probes_wr; in ck_ht_set_spmc() local
835 &probes, &probes_wr); in ck_ht_set_spmc()
840 &probes, &probes_wr); in ck_ht_set_spmc()
844 probes = probes_wr; in ck_ht_set_spmc()
869 probes = probes_wr; in ck_ht_set_spmc()
917 probes = probes_wr; in ck_ht_set_spmc()
940 ck_ht_map_bound_set(map, h, probes); in ck_ht_set_spmc()
962 CK_HT_TYPE probes, probes_wr; in ck_ht_put_spmc() local
971 &probes, &probes_wr); in ck_ht_put_spmc()
976 &probes, &probes_wr); in ck_ht_put_spmc()
993 probes = probes_wr; in ck_ht_put_spmc()
1004 ck_ht_map_bound_set(map, h, probes); in ck_ht_put_spmc()