Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsmr_hash.h487 struct smrq_slist_head *smrh_array;
505 array.smrh_array = (struct smrq_slist_head *)ptr; in smr_hash_array_decode()
588 struct smrq_slist_head *__hd; \
622 struct smrq_slist_head *__hd = __smr_hash_bucket(smrh, key, __smrht); \
651 struct smrq_slist_head *__hd = __smr_hash_bucket(smrh, key, __smrht); \
680 struct smrq_slist_head *__hd; \
730 struct smrq_slist_head *__hd; \
764 struct smrq_slist_head *__hd; \
928 struct smrq_slist_head *hd_next;
929 struct smrq_slist_head *hd_last;
[all …]
H A Dsmr_types.h139 struct smrq_slist_head { struct
H A Dsmr.c2252 static struct smrq_slist_head *
2255 return kalloc_type(struct smrq_slist_head, size, in smr_hash_alloc_array()
2260 smr_hash_free_array(struct smrq_slist_head *array, size_t size) in smr_hash_free_array()
2262 kfree_type(struct smrq_slist_head, size, array); in smr_hash_free_array()
2266 smr_hash_array_encode(struct smrq_slist_head *array, uint16_t order) in smr_hash_array_encode()
2280 static struct smrq_slist_head __smrh_empty[2] = {
2309 assert(size * sizeof(struct smrq_slist_head) <= in smr_hash_init()
2365 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_shrink_and_unlock()
2424 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_grow_and_unlock()
3069 smr_hash_free_array((struct smrq_slist_head *)oldarray, oldsize); in __smr_shash_rehash_with_target()
[all …]
H A Dsmr.h1160 __smrq_lastp(struct smrq_slist_head *head __unused) in __smrq_lastp()
H A Dthread.h576 struct smrq_slist_head smr_stack;
/xnu-11215.81.4/libkern/c++/
H A DOSSymbol.cpp115 smrq_slist_head _huge_head;