Lines Matching refs:probe_limit
88 unsigned int probe_limit; member
228 map->probe_limit = (unsigned int)limit; in ck_hs_map_create()
371 if (probes++ == update->probe_limit) in ck_hs_grow()
389 if (probes > update->probe_limit) { in ck_hs_grow()
431 unsigned long probe_limit, in ck_hs_map_probe() argument
456 opl = probe_limit; in ck_hs_map_probe()
458 probe_limit = ck_hs_map_bound_get(map, h); in ck_hs_map_probe()
466 if (probes++ == probe_limit) { in ck_hs_map_probe()
467 if (probe_limit == opl || pr != NULL) { in ck_hs_map_probe()
476 probe_limit = opl; in ck_hs_map_probe()
520 if (probes > probe_limit) { in ck_hs_map_probe()
702 …slot = ck_hs_map_probe(hs, map, &n_probes, &first, h, key, &object, map->probe_limit, CK_HS_PROBE_… in ck_hs_apply()
774 …slot = ck_hs_map_probe(hs, map, &n_probes, &first, h, key, &object, map->probe_limit, CK_HS_PROBE_… in ck_hs_set()
829 map->probe_limit, behavior); in ck_hs_put_internal()