Searched refs:smrq_slink (Results 1 – 12 of 12) sorted by relevance
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | smr_hash.h | 95 uint32_t (*obj_hash)(const struct smrq_slink *, uint32_t); 96 bool (*obj_equ)(const struct smrq_slink *, smrh_key_t); 280 name ## _obj_hash(const struct smrq_slink *link, uint32_t seed) \ 293 name ## _obj_equ(const struct smrq_slink *link, smrh_key_t key) \ 627 struct smrq_slink *__link = (link); \ 677 struct smrq_slink *__link = (link); \ 711 struct smrq_slink *__link = (old_link); \ 878 struct smrq_slink *link; 1326 struct smrq_slink *__link = (link); \ 1382 struct smrq_slink *__link = (old_link); \ [all …]
|
| H A D | smr.h | 968 struct smrq_slink smrt_stack; 1175 struct smrq_slink *elem, in __smrq_serialized_insert() 1176 struct smrq_slink *next, in __smrq_serialized_insert() 1225 struct smrq_slink *elem, in __smrq_serialized_insert_relaxed() 1226 struct smrq_slink *next, in __smrq_serialized_insert_relaxed() 1275 struct smrq_slink *elem, in __smrq_serialized_remove_one() 1278 struct smrq_slink *next; in __smrq_serialized_remove_one() 1340 struct smrq_slink *elem, in __smrq_serialized_remove() 1344 struct smrq_slink *cur; in __smrq_serialized_remove() 1368 struct smrq_slink *old_elem, in __smrq_serialized_replace() [all …]
|
| H A D | smr_types.h | 98 typedef SMR_POINTER(struct smrq_slink *) __smrq_slink_t; 109 struct smrq_slink { struct
|
| H A D | smr.c | 2311 struct smrq_slink *link; 2469 struct smrq_slink *link, *next; in __smr_hash_grow_and_unlock() 2530 struct smrq_slink *link, *next; in __smr_hash_grow_and_unlock() 2590 #define SMRSH_MIGRATED ((struct smrq_slink *)SMRSH_BUCKET_STOP_BIT) 2631 struct smrq_slink *link; in __smr_shash_entered_find_slow() 2738 struct smrq_slink *link, in __smr_shash_entered_get_or_insert() 2741 struct smrq_slink *first; in __smr_shash_entered_get_or_insert() 2742 struct smrq_slink *other; in __smr_shash_entered_get_or_insert() 2795 struct smrq_slink *link, in __smr_shash_missing_elt_panic() 2805 struct smrq_slink *link, in __smr_shash_entered_mut_begin() [all …]
|
| H A D | test_lock.c | 167 struct smrq_slink link;
|
| H A D | coalition.c | 292 struct smrq_slink link; /* global list of coalitions */
|
| /xnu-10002.1.13/libkern/libkern/c++/ |
| H A D | OSSymbol.h | 95 struct smrq_slink hashlink;
|
| /xnu-10002.1.13/osfmk/ipc/ |
| H A D | ipc_voucher.h | 77 struct smrq_slink iv_hash_link; /* link on hash chain */
|
| H A D | ipc_voucher.c | 79 static uint32_t iv_obj_hash(const struct smrq_slink *, uint32_t); 80 static bool iv_obj_equ(const struct smrq_slink *, smrh_key_t); 233 iv_obj_hash(const struct smrq_slink *link, uint32_t seed) in iv_obj_hash() 242 iv_obj_equ(const struct smrq_slink *link, smrh_key_t key) in iv_obj_equ()
|
| /xnu-10002.1.13/libkern/c++/ |
| H A D | OSSymbol.cpp | 83 OSSymbol_obj_hash(const struct smrq_slink *link, uint32_t seed) in OSSymbol_obj_hash() 91 OSSymbol_obj_equ(const struct smrq_slink *link, smrh_key_t key) in OSSymbol_obj_equ()
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | proc_internal.h | 198 struct smrq_slink pg_hash; /* hash chain (PLL) */ 293 struct smrq_slink p_hash; /* Hash chain (LL)*/
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | kern_credential.c | 3292 static uint32_t kauth_cred_obj_hash(const struct smrq_slink *, uint32_t seed); 3293 static bool kauth_cred_obj_equ(const struct smrq_slink *, smrh_key_t); 3299 struct smrq_slink crw_link; 4446 kauth_cred_obj_hash(const struct smrq_slink *link, uint32_t seed) in kauth_cred_obj_hash() 4484 kauth_cred_obj_equ(const struct smrq_slink *link, smrh_key_t key) in kauth_cred_obj_equ()
|