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