Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsmr.h305 if (__smrq_lastp(__head)) { \
306 *__smrq_lastp(__head) = &__head->first; \
416 smr_serialized_load(&__head->first), __smrq_lastp(__head)); \
446 smr_serialized_load(&__head->first), __smrq_lastp(__head)); \
480 __smrq_serialized_remove(&__head->first, (elem), __smrq_lastp(__head)); \
495 (old_elem), (new_elem), __smrq_lastp(__head)); \
570 __smrq_serialized_append(&__dst->first, __smrq_lastp(__dst), \
571 &__src->first, __smrq_lastp(__src)); \
1184 __smrq_lastp(struct smrq_slist_head *head __unused) in __smrq_lastp() function
1191 __smrq_lastp(struct smrq_list_head *head __unused) in __smrq_lastp() function
[all …]