Home
last modified time | relevance | path

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

/xnu-8796.121.2/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)); \
447 __smrq_serialized_remove(&__head->first, (elem), __smrq_lastp(__head)); \
462 (old_elem), (new_elem), __smrq_lastp(__head)); \
537 __smrq_serialized_append(&__dst->first, __smrq_lastp(__dst), \
538 &__src->first, __smrq_lastp(__src)); \
832 __smrq_lastp(struct smrq_slist_head *head __unused) in __smrq_lastp() function
839 __smrq_lastp(struct smrq_list_head *head __unused) in __smrq_lastp() function
846 __smrq_lastp(struct smrq_stailq_head *head) in __smrq_lastp() function
[all …]