Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dqueue.h312 SLIST_REMOVE_AFTER(curelm, field); \
319 #define SLIST_REMOVE_AFTER(elm, field) do { \ macro