Searched refs:_slot (Results 1 – 2 of 2) sorted by relevance
176 struct _slot { struct194 sizeof(struct _slot)); argument197 struct _slot _slots[_CHT_BUCKET_SLOTS];225 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set()232 __slot_reset(struct _slot *slt) in __slot_reset()273 static inline struct _slot *280 __slot_empty(struct _slot *s) in __slot_empty()554 struct _slot *s = __bucket_slot(b, i); in __add_to_bucket()719 struct _slot *s = __bucket_slot(b, i); in cuckoo_probe()798 struct _slot *s = __bucket_slot(b, j);
66 #define _SLOT_INDEX(_chrd, _slot) \ argument67 ((slot_idx_t)((_slot - (_chrd)->chrd_slot_desc)))