Searched refs:ck_ht_hash_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/ck/include/
H A Dck_ht.h56 typedef struct ck_ht_hash ck_ht_hash_t; typedef in typeref:struct:ck_ht_hash
100 typedef void ck_ht_hash_cb_t(ck_ht_hash_t *, const void *, size_t, uint64_t);
198 ck_ht_hash_t h,
219 ck_ht_hash_t h,
256 void ck_ht_hash(ck_ht_hash_t *, ck_ht_t *, const void *, uint16_t);
257 void ck_ht_hash_direct(ck_ht_hash_t *, ck_ht_t *, uintptr_t);
261 bool ck_ht_set_spmc(ck_ht_t *, ck_ht_hash_t, ck_ht_entry_t *);
262 bool ck_ht_put_spmc(ck_ht_t *, ck_ht_hash_t, ck_ht_entry_t *);
263 bool ck_ht_get_spmc(ck_ht_t *, ck_ht_hash_t, ck_ht_entry_t *);
266 bool ck_ht_remove_spmc(ck_ht_t *, ck_ht_hash_t, ck_ht_entry_
[all...]
/freebsd-current/sys/contrib/ck/src/
H A Dck_ht.c236 ck_ht_map_probe_next(struct ck_ht_map *map, size_t offset, ck_ht_hash_t h, size_t probes)
238 ck_ht_hash_t r;
278 ck_ht_hash_t h,
495 ck_ht_hash_t h,
745 ck_ht_hash_t h,
777 ck_ht_hash_t h,
820 ck_ht_hash_t h,
957 ck_ht_hash_t h,

Completed in 142 milliseconds