Searched refs:smrq_link (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ ! |
| H A D | smr.h | 973 struct smrq_link smrt_link; 1218 struct smrq_link *elem, in __smrq_serialized_insert() 1219 struct smrq_link *next, in __smrq_serialized_insert() 1268 struct smrq_link *elem, in __smrq_serialized_insert_relaxed() 1269 struct smrq_link *next, in __smrq_serialized_insert_relaxed() 1323 struct smrq_link *elem, in __smrq_serialized_remove_one() 1326 struct smrq_link *next; in __smrq_serialized_remove_one() 1379 struct smrq_link *elem, in __smrq_serialized_remove() 1415 struct smrq_link *old_elem, in __smrq_serialized_replace() 1416 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 | 3223 struct smrq_link *elem = __container_of(link, struct smrq_link, next); in __smr_linkage_invalid() 3224 struct smrq_link *next = smr_serialized_load(&elem->next); in __smr_linkage_invalid() 3227 elem, next, __container_of(next->prev, struct smrq_link, next)); in __smr_linkage_invalid() 3248 struct smrq_link *elem = __container_of(link, struct smrq_link, next); in __smr_tail_invalid() 3249 struct smrq_link *next = smr_serialized_load(&elem->next); in __smr_tail_invalid() 3256 elem, __container_of(last, struct smrq_link, next)); in __smr_tail_invalid()
|
| /xnu-11215.1.10/bsd/sys/ ! |
| H A D | namei.h | 231 struct smrq_link nc_hash; /* hash chain */
|