Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/drm/
H A Dqueue.h281 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) macro
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h335 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) macro