Searched refs:smrq_link (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | smr.h | 971 struct smrq_link smrt_link; 1216 struct smrq_link *elem, in __smrq_serialized_insert() 1217 struct smrq_link *next, in __smrq_serialized_insert() 1266 struct smrq_link *elem, in __smrq_serialized_insert_relaxed() 1267 struct smrq_link *next, in __smrq_serialized_insert_relaxed() 1321 struct smrq_link *elem, in __smrq_serialized_remove_one() 1324 struct smrq_link *next; in __smrq_serialized_remove_one() 1377 struct smrq_link *elem, in __smrq_serialized_remove() 1413 struct smrq_link *old_elem, in __smrq_serialized_replace() 1414 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 | 3196 struct smrq_link *elem = __container_of(link, struct smrq_link, next); in __smr_linkage_invalid() 3197 struct smrq_link *next = smr_serialized_load(&elem->next); in __smr_linkage_invalid() 3200 elem, next, __container_of(next->prev, struct smrq_link, next)); in __smr_linkage_invalid() 3221 struct smrq_link *elem = __container_of(link, struct smrq_link, next); in __smr_tail_invalid() 3222 struct smrq_link *next = smr_serialized_load(&elem->next); in __smr_tail_invalid() 3229 elem, __container_of(last, struct smrq_link, next)); in __smr_tail_invalid()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | namei.h | 231 struct smrq_link nc_hash; /* hash chain */
|