Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c884 struct cuckoo_hashtable *tmp_h; in cuckoo_resize() local
885 tmp_h = cuckoo_hashtable_create(&new_p); in cuckoo_resize()
886 if (tmp_h == NULL) { in cuckoo_resize()
894 error = cuckoo_hashtable_add_with_hash(tmp_h, node, hash); in cuckoo_resize()
900 cuckoo_hashtable_entries(tmp_h))) { in cuckoo_resize()
903 cuckoo_hashtable_entries(tmp_h)); in cuckoo_resize()
909 h->_n_buckets = tmp_h->_n_buckets; in cuckoo_resize()
911 h->_bitmask = tmp_h->_bitmask; in cuckoo_resize()
914 h->_buckets = tmp_h->_buckets; in cuckoo_resize()
915 lck_rw_destroy(&tmp_h->_resize_lock, &cht_lock_group); in cuckoo_resize()
[all …]