Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c749 static struct smrq_slist_head *
752 return kalloc_type(struct smrq_slist_head, size, in smr_hash_alloc_array()
757 smr_hash_free_array(struct smrq_slist_head *array, size_t size) in smr_hash_free_array()
759 kfree_type(struct smrq_slist_head, size, array); in smr_hash_free_array()
763 smr_hash_array_encode(struct smrq_slist_head *array, uint16_t order) in smr_hash_array_encode()
779 struct smrq_slist_head *array; in smr_hash_init()
786 assert(size * sizeof(struct smrq_slist_head) <= in smr_hash_init()
836 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_shrink_and_unlock()
895 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_grow_and_unlock()
1539 smr_hash_free_array((struct smrq_slist_head *)oldarray, oldsize); in __smr_shash_rehash_with_target()
[all …]
H A Dsmr_types.h116 struct smrq_slist_head { struct
H A Dsmr.h832 __smrq_lastp(struct smrq_slist_head *head __unused) in __smrq_lastp()
/xnu-8796.121.2/libkern/c++/
H A DOSSymbol.cpp117 smrq_slist_head _huge_head;