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

/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_rhs.c109 unsigned long probe_limit,
117 unsigned int probe_limit; member in struct:ck_rhs_map
366 map->probe_limit = (unsigned int)limit;
529 if (probes++ == update->probe_limit) {
587 unsigned long probe_limit,
618 opl = probe_limit;
621 if (probes++ == probe_limit) {
622 if (probe_limit == opl || pr != -1) {
630 probe_limit = opl;
678 if (probes > probe_limit) {
580 ck_rhs_map_probe_rm(struct ck_rhs *hs, struct ck_rhs_map *map, unsigned long *n_probes, long *priority, unsigned long h, const void *key, const void **object, unsigned long probe_limit, enum ck_rhs_probe_behavior behavior) argument
692 ck_rhs_map_probe(struct ck_rhs *hs, struct ck_rhs_map *map, unsigned long *n_probes, long *priority, unsigned long h, const void *key, const void **object, unsigned long probe_limit, enum ck_rhs_probe_behavior behavior) argument
[all...]
H A Dck_hs.c88 unsigned int probe_limit; member in struct:ck_hs_map
223 map->probe_limit = (unsigned int)limit;
366 if (probes++ == update->probe_limit)
384 if (probes > update->probe_limit) {
426 unsigned long probe_limit,
451 opl = probe_limit;
453 probe_limit = ck_hs_map_bound_get(map, h);
461 if (probes++ == probe_limit) {
462 if (probe_limit == opl || pr != NULL) {
471 probe_limit
419 ck_hs_map_probe(struct ck_hs *hs, struct ck_hs_map *map, unsigned long *n_probes, const void ***priority, unsigned long h, const void *key, const void **object, unsigned long probe_limit, enum ck_hs_probe_behavior behavior) argument
[all...]
H A Dck_ht.c87 CK_HT_TYPE probe_limit; member in struct:ck_ht_map
168 map->probe_limit = ck_internal_max_64(n_entries >>
286 CK_HT_TYPE *probe_limit,
295 if (probe_limit == NULL) {
302 for (i = 0; i < map->probe_limit; i++) {
370 if (probe_limit != NULL) {
371 *probe_limit = probes;
517 for (i = 0; i < map->probe_limit; i++) {
708 for (i = 0; i < update->probe_limit; i++) {
729 if (i == update->probe_limit) {
280 ck_ht_map_probe_wr(struct ck_ht_map *map, ck_ht_hash_t h, ck_ht_entry_t *snapshot, ck_ht_entry_t **available, const void *key, uint16_t key_length, CK_HT_TYPE *probe_limit, CK_HT_TYPE *probe_wr) argument
[all...]

Completed in 111 milliseconds