Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h662 #define SIMPLEQ_REMOVE_AFTER(head, elm, field) do { \ macro
676 SIMPLEQ_REMOVE_AFTER((head), curelm, field); \