Searched refs:CK_RHS_PROBE_INSERT (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_rhs.c | 82 CK_RHS_PROBE_INSERT, /* Short-circuit on probe bound if tombstone found. */ enumerator 732 if (behavior == CK_RHS_PROBE_INSERT) in ck_rhs_map_probe() 1147 …ap->probe_func(hs, map, &n_probes, &first, h, key, &object, map->probe_limit, CK_RHS_PROBE_INSERT); in ck_rhs_apply() 1251 …ap->probe_func(hs, map, &n_probes, &first, h, key, &object, map->probe_limit, CK_RHS_PROBE_INSERT); in ck_rhs_set() 1376 return ck_rhs_put_internal(hs, h, key, CK_RHS_PROBE_INSERT); in ck_rhs_put()
|