Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c122 cuckoo_node_next(struct cuckoo_node *node) in cuckoo_node_next() function
502 node = cuckoo_node_next(node); in __find_in_bucket()
808 next_node = cuckoo_node_next(node);
957 ASSERT(cuckoo_node_next(node) == NULL); in cuckoo_hashtable_add_with_hash()
1090 node = cuckoo_node_next(node); in cuckoo_hashtable_health_check()