Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsys-queue.h89 #undef SIMPLEQ_INSERT_HEAD
352 #define SIMPLEQ_INSERT_HEAD(head, elm, field) do { \ macro
/titanic_50/usr/src/uts/common/sys/
H A Dqueue.h364 #define SIMPLEQ_INSERT_HEAD(head, elm, field) do { \ macro
/titanic_50/usr/src/uts/common/io/skd/
H A Dskd.c3604 SIMPLEQ_INSERT_HEAD(waitq, pbuf, sq); in skd_queue()