Home
last modified time | relevance | path

Searched refs:slt (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c225 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set() argument
227 slt->_hash = hash; in __slot_set()
228 slt->_node = node; in __slot_set()
232 __slot_reset(struct _slot *slt) in __slot_reset() argument
234 slt->_hash = 0; in __slot_reset()
235 slt->_node = NULL; in __slot_reset()