Searched refs:slt (Results 1 – 1 of 1) sorted by relevance
225 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set() argument227 slt->_hash = hash; in __slot_set()228 slt->_node = node; in __slot_set()232 __slot_reset(struct _slot *slt) in __slot_reset() argument234 slt->_hash = 0; in __slot_reset()235 slt->_node = NULL; in __slot_reset()