Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h90 #undef SIMPLEQ_INSERT_TAIL
358 #define SIMPLEQ_INSERT_TAIL(head, elm, field) do { \ macro
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h371 #define SIMPLEQ_INSERT_TAIL(head, elm, field) do { \ macro
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.c3606 SIMPLEQ_INSERT_TAIL(waitq, pbuf, sq); in skd_queue()