Searched refs:_slot (Results 1 – 2 of 2) sorted by relevance
175 struct _slot { struct193 sizeof(struct _slot)); argument196 struct _slot _slots[_CHT_BUCKET_SLOTS];222 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set()229 __slot_reset(struct _slot *slt) in __slot_reset()270 static inline struct _slot *277 __slot_empty(struct _slot *s) in __slot_empty()560 struct _slot *s = __bucket_slot(b, i); in __add_to_bucket()725 struct _slot *s = __bucket_slot(b, i); in cuckoo_probe()804 struct _slot *s = __bucket_slot(b, j);
83 #define _SLOT_INDEX(_chrd, _slot) \ argument84 ((slot_idx_t)((_slot - (_chrd)->chrd_slot_desc)))