Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h92 #undef SIMPLEQ_REMOVE_HEAD
370 #define SIMPLEQ_REMOVE_HEAD(head, elm, field) do { \ macro
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h385 #define SIMPLEQ_REMOVE_HEAD(head, field) do { \ macro
393 SIMPLEQ_REMOVE_HEAD((head), field); \
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.c3732 SIMPLEQ_REMOVE_HEAD(&skdev->waitqueue, sq); in skd_get_queued_pbuf()