Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dqueue.h311 SLIST_REMOVE_AFTER(curelm, field); \
318 #define SLIST_REMOVE_AFTER(elm, field) do { \ macro