Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsmr.h168 #define SMR_SLIST_END(head) NULL macro
178 (SMR_SLIST_FIRST_LOCKED(head) == SMR_SLIST_END(head))
184 (var) != SMR_SLIST_END(head); \
189 (var) != SMR_SLIST_END(head); \
201 (head)->smr_slh_first = SMR_SLIST_END(head); \