Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dsmr.h304 if (__smrq_lastp(__head)) { \
305 *__smrq_lastp(__head) = &__head->first; \
415 smr_serialized_load(&__head->first), __smrq_lastp(__head)); \
445 smr_serialized_load(&__head->first), __smrq_lastp(__head)); \
479 __smrq_serialized_remove(&__head->first, (elem), __smrq_lastp(__head)); \
494 (old_elem), (new_elem), __smrq_lastp(__head)); \
569 __smrq_serialized_append(&__dst->first, __smrq_lastp(__dst), \
570 &__src->first, __smrq_lastp(__src)); \
1160 __smrq_lastp(struct smrq_slist_head *head __unused) in __smrq_lastp() function
1167 __smrq_lastp(struct smrq_list_head *head __unused) in __smrq_lastp() function
[all …]