Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dsmr.h302 if (__smrq_lastp(__head)) { \
303 *__smrq_lastp(__head) = &__head->first; \
413 smr_serialized_load(&__head->first), __smrq_lastp(__head)); \
443 smr_serialized_load(&__head->first), __smrq_lastp(__head)); \
477 __smrq_serialized_remove(&__head->first, (elem), __smrq_lastp(__head)); \
492 (old_elem), (new_elem), __smrq_lastp(__head)); \
567 __smrq_serialized_append(&__dst->first, __smrq_lastp(__dst), \
568 &__src->first, __smrq_lastp(__src)); \
1138 __smrq_lastp(struct smrq_slist_head *head __unused) in __smrq_lastp() function
1145 __smrq_lastp(struct smrq_list_head *head __unused) in __smrq_lastp() function
[all …]