Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c123 cuckoo_node_next(struct cuckoo_node *node) in cuckoo_node_next() function
496 node = cuckoo_node_next(node); in __find_in_bucket()
802 next_node = cuckoo_node_next(node);
951 ASSERT(cuckoo_node_next(node) == NULL); in cuckoo_hashtable_add_with_hash()
1084 node = cuckoo_node_next(node); in cuckoo_hashtable_health_check()