Home
last modified time | relevance | path

Searched refs:smrq_slink (Results 1 – 13 of 13) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dsmr_hash.h95 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 Dsmr.h972 struct smrq_slink smrt_stack;
1195 struct smrq_slink *elem, in __smrq_serialized_insert()
1196 struct smrq_slink *next, in __smrq_serialized_insert()
1245 struct smrq_slink *elem, in __smrq_serialized_insert_relaxed()
1246 struct smrq_slink *next, in __smrq_serialized_insert_relaxed()
1295 struct smrq_slink *elem, in __smrq_serialized_remove_one()
1298 struct smrq_slink *next; in __smrq_serialized_remove_one()
1360 struct smrq_slink *elem, in __smrq_serialized_remove()
1364 struct smrq_slink *cur; in __smrq_serialized_remove()
1388 struct smrq_slink *old_elem, in __smrq_serialized_replace()
[all …]
H A Dsmr_types.h98 typedef SMR_POINTER(struct smrq_slink *) __smrq_slink_t;
109 struct smrq_slink { struct
H A Dsmr.c2316 struct smrq_slink *link;
2474 struct smrq_slink *link, *next; in __smr_hash_grow_and_unlock()
2535 struct smrq_slink *link, *next; in __smr_hash_grow_and_unlock()
2595 #define SMRSH_MIGRATED ((struct smrq_slink *)SMRSH_BUCKET_STOP_BIT)
2636 struct smrq_slink *link; in __smr_shash_entered_find_slow()
2743 struct smrq_slink *link, in __smr_shash_entered_get_or_insert()
2746 struct smrq_slink *first; in __smr_shash_entered_get_or_insert()
2747 struct smrq_slink *other; in __smr_shash_entered_get_or_insert()
2800 struct smrq_slink *link, in __smr_shash_missing_elt_panic()
2810 struct smrq_slink *link, in __smr_shash_entered_mut_begin()
[all …]
H A Dtest_lock.c167 struct smrq_slink link;
H A Dcoalition.c290 struct smrq_slink link; /* global list of coalitions */
/xnu-10063.141.1/libkern/libkern/c++/
H A DOSSymbol.h95 struct smrq_slink hashlink;
/xnu-10063.141.1/osfmk/ipc/
H A Dipc_voucher.h77 struct smrq_slink iv_hash_link; /* link on hash chain */
H A Dipc_voucher.c79 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-10063.141.1/libkern/c++/
H A DOSSymbol.cpp83 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-10063.141.1/bsd/sys/
H A Dproc_internal.h198 struct smrq_slink pg_hash; /* hash chain (PLL) */
302 struct smrq_slink p_hash; /* Hash chain (LL)*/
/xnu-10063.141.1/libkern/os/
H A Dlog.c77 struct smrq_slink ol_hash_link;
487 os_log_hash(const struct smrq_slink *link, uint32_t seed) in os_log_hash()
494 os_log_equ(const struct smrq_slink *link, smrh_key_t key) in os_log_equ()
/xnu-10063.141.1/bsd/kern/
H A Dkern_credential.c3291 static uint32_t kauth_cred_obj_hash(const struct smrq_slink *, uint32_t seed);
3292 static bool kauth_cred_obj_equ(const struct smrq_slink *, smrh_key_t);
3298 struct smrq_slink crw_link;
4534 kauth_cred_obj_hash(const struct smrq_slink *link, uint32_t seed) in kauth_cred_obj_hash()
4572 kauth_cred_obj_equ(const struct smrq_slink *link, smrh_key_t key) in kauth_cred_obj_equ()