Home
last modified time | relevance | path

Searched refs:probe_limit (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ck/src/
H A Dck_hs.c88 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()
[all …]
H A Dck_rhs.c109 unsigned long probe_limit,
117 unsigned int probe_limit; member
366 map->probe_limit = (unsigned int)limit; in ck_rhs_map_create()
529 if (probes++ == update->probe_limit) { in ck_rhs_grow()
587 unsigned long probe_limit, in ck_rhs_map_probe_rm() argument
618 opl = probe_limit; in ck_rhs_map_probe_rm()
621 if (probes++ == probe_limit) { in ck_rhs_map_probe_rm()
622 if (probe_limit == opl || pr != -1) { in ck_rhs_map_probe_rm()
630 probe_limit = opl; in ck_rhs_map_probe_rm()
678 if (probes > probe_limit) { in ck_rhs_map_probe_rm()
[all …]
H A Dck_ht.c84 CK_HT_TYPE probe_limit; member
165 map->probe_limit = ck_internal_max_64(n_entries >> in ck_ht_map_create()
283 CK_HT_TYPE *probe_limit, in ck_ht_map_probe_wr() argument
292 if (probe_limit == NULL) { in ck_ht_map_probe_wr()
299 for (i = 0; i < map->probe_limit; i++) { in ck_ht_map_probe_wr()
367 if (probe_limit != NULL) { in ck_ht_map_probe_wr()
368 *probe_limit = probes; in ck_ht_map_probe_wr()
514 for (i = 0; i < map->probe_limit; i++) { in ck_ht_map_probe_rd()
705 for (i = 0; i < update->probe_limit; i++) { in ck_ht_grow_spmc()
726 if (i == update->probe_limit) { in ck_ht_grow_spmc()