Searched refs:smrq_link (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | smr.h | 967 struct smrq_link smrt_link; 1196 struct smrq_link *elem, in __smrq_serialized_insert() 1197 struct smrq_link *next, in __smrq_serialized_insert() 1246 struct smrq_link *elem, in __smrq_serialized_insert_relaxed() 1247 struct smrq_link *next, in __smrq_serialized_insert_relaxed() 1301 struct smrq_link *elem, in __smrq_serialized_remove_one() 1304 struct smrq_link *next; in __smrq_serialized_remove_one() 1357 struct smrq_link *elem, in __smrq_serialized_remove() 1393 struct smrq_link *old_elem, in __smrq_serialized_replace() 1394 struct smrq_link *new_elem, in __smrq_serialized_replace() [all …]
|
| H A D | smr_types.h | 99 typedef SMR_POINTER(struct smrq_link *) __smrq_link_t; 120 struct smrq_link { struct
|
| H A D | smr.c | 3191 struct smrq_link *elem = __container_of(link, struct smrq_link, next); in __smr_linkage_invalid() 3192 struct smrq_link *next = smr_serialized_load(&elem->next); in __smr_linkage_invalid() 3195 elem, next, __container_of(next->prev, struct smrq_link, next)); in __smr_linkage_invalid() 3216 struct smrq_link *elem = __container_of(link, struct smrq_link, next); in __smr_tail_invalid() 3217 struct smrq_link *next = smr_serialized_load(&elem->next); in __smr_tail_invalid() 3224 elem, __container_of(last, struct smrq_link, next)); in __smr_tail_invalid()
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | namei.h | 251 struct smrq_link nc_hash; /* hash chain */
|