Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c33 kern_allocation_name_t cuckoo_tag; variable
388 ASSERT(cuckoo_tag == NULL); in cuckoo_hashtable_init()
389 cuckoo_tag = kern_allocation_name_allocate(CUCKOO_TAG, 0); in cuckoo_hashtable_init()
390 ASSERT(cuckoo_tag != NULL); in cuckoo_hashtable_init()
409 h = sk_alloc_type(struct cuckoo_hashtable, Z_WAITOK | Z_NOFAIL, cuckoo_tag); in cuckoo_hashtable_create()
412 buckets = sk_alloc_type_array(struct _bucket, n_buckets, Z_WAITOK, cuckoo_tag); in cuckoo_hashtable_create()