Home
last modified time | relevance | path

Searched defs:STAILQ_INSERT_AFTER (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/drm/
H A Dqueue.h257 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ macro
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h296 #define STAILQ_INSERT_AFTER(head, listelm, elm, field) do { \ macro