Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dqueue.h412 STAILQ_REMOVE_AFTER(head, curelm, field); \
417 #define STAILQ_REMOVE_AFTER(head, elm, field) do { \ macro