Searched refs:probe_limit (Results 1 – 3 of 3) sorted by relevance
88 unsigned int probe_limit; member223 map->probe_limit = (unsigned int)limit; in ck_hs_map_create()366 if (probes++ == update->probe_limit) in ck_hs_grow()384 if (probes > update->probe_limit) { in ck_hs_grow()426 unsigned long probe_limit, in ck_hs_map_probe() argument451 opl = probe_limit; in ck_hs_map_probe()461 if (probes++ == probe_limit) { in ck_hs_map_probe()462 if (probe_limit == opl || pr != NULL) { in ck_hs_map_probe()471 probe_limit = opl; in ck_hs_map_probe()515 if (probes > probe_limit) { in ck_hs_map_probe()[all …]
109 unsigned long probe_limit,117 unsigned int probe_limit; member587 unsigned long probe_limit, in ck_rhs_map_probe_rm() argument618 opl = probe_limit; in ck_rhs_map_probe_rm()621 if (probes++ == probe_limit) { 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()699 unsigned long probe_limit, in ck_rhs_map_probe() argument731 opl = probe_limit; in ck_rhs_map_probe()745 probe_limit = opl; in ck_rhs_map_probe()[all …]
87 CK_HT_TYPE probe_limit; member168 map->probe_limit = ck_internal_max_64(n_entries >> in ck_ht_map_create()286 CK_HT_TYPE *probe_limit, in ck_ht_map_probe_wr() argument295 if (probe_limit == NULL) { in ck_ht_map_probe_wr()302 for (i = 0; i < map->probe_limit; i++) { in ck_ht_map_probe_wr()370 if (probe_limit != NULL) { in ck_ht_map_probe_wr()371 *probe_limit = probes; in ck_ht_map_probe_wr()517 for (i = 0; i < map->probe_limit; i++) { in ck_ht_map_probe_rd()708 for (i = 0; i < update->probe_limit; i++) { in ck_ht_grow_spmc()729 if (i == update->probe_limit) { in ck_ht_grow_spmc()