Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_rhs.c175 ck_rhs_probes(struct ck_rhs_map *map, long offset) in ck_rhs_probes() function
544 } else if (ck_rhs_probes(update, offset) < probes) { in ck_rhs_grow()
555 old_probes = ck_rhs_probes(update, offset); in ck_rhs_grow()
834 if (ck_rhs_probes(map, i) > max_probes) in ck_rhs_gc()
835 max_probes = ck_rhs_probes(map, i); in ck_rhs_gc()
872 int probes = ck_rhs_probes(map, offset); in ck_rhs_remove_wanted()