Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsmr_hash.h453 struct smrq_slist_head *smrh_array;
471 array.smrh_array = (struct smrq_slist_head *)ptr; in smr_hash_array_decode()
570 struct smrq_slist_head *__hd = __smr_hash_bucket(smrh, key, __smrht); \
599 struct smrq_slist_head *__hd = __smr_hash_bucket(smrh, key, __smrht); \
628 struct smrq_slist_head *__hd; \
678 struct smrq_slist_head *__hd; \
712 struct smrq_slist_head *__hd; \
875 struct smrq_slist_head *hd_next;
876 struct smrq_slist_head *hd_last;
1563 static inline struct smrq_slist_head *
[all …]
H A Dsmr_types.h139 struct smrq_slist_head { struct
H A Dsmr.c2251 static struct smrq_slist_head *
2254 return kalloc_type(struct smrq_slist_head, size, in smr_hash_alloc_array()
2259 smr_hash_free_array(struct smrq_slist_head *array, size_t size) in smr_hash_free_array()
2261 kfree_type(struct smrq_slist_head, size, array); in smr_hash_free_array()
2265 smr_hash_array_encode(struct smrq_slist_head *array, uint16_t order) in smr_hash_array_encode()
2281 struct smrq_slist_head *array; in smr_hash_init()
2288 assert(size * sizeof(struct smrq_slist_head) <= in smr_hash_init()
2338 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_shrink_and_unlock()
2397 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_grow_and_unlock()
3042 smr_hash_free_array((struct smrq_slist_head *)oldarray, oldsize); in __smr_shash_rehash_with_target()
[all …]
H A Dsmr.h1158 __smrq_lastp(struct smrq_slist_head *head __unused) in __smrq_lastp()
H A Dthread.h537 struct smrq_slist_head smr_stack;
/xnu-10063.101.15/libkern/c++/
H A DOSSymbol.cpp115 smrq_slist_head _huge_head;