Searched refs:smrq_slist_head (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | smr_hash.h | 453 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 D | smr_types.h | 139 struct smrq_slist_head { struct
|
| H A D | smr.c | 2246 static struct smrq_slist_head * 2249 return kalloc_type(struct smrq_slist_head, size, in smr_hash_alloc_array() 2254 smr_hash_free_array(struct smrq_slist_head *array, size_t size) in smr_hash_free_array() 2256 kfree_type(struct smrq_slist_head, size, array); in smr_hash_free_array() 2260 smr_hash_array_encode(struct smrq_slist_head *array, uint16_t order) in smr_hash_array_encode() 2276 struct smrq_slist_head *array; in smr_hash_init() 2283 assert(size * sizeof(struct smrq_slist_head) <= in smr_hash_init() 2333 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_shrink_and_unlock() 2392 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_grow_and_unlock() 3037 smr_hash_free_array((struct smrq_slist_head *)oldarray, oldsize); in __smr_shash_rehash_with_target() [all …]
|
| H A D | smr.h | 1138 __smrq_lastp(struct smrq_slist_head *head __unused) in __smrq_lastp()
|
| H A D | thread.h | 491 struct smrq_slist_head smr_stack;
|
| /xnu-10002.81.5/libkern/c++/ |
| H A D | OSSymbol.cpp | 115 smrq_slist_head _huge_head;
|