struct KQUEUE

typedef struct _KQUEUE
{
     DISPATCHER_HEADER Header;
     LIST_ENTRY EntryListHead;
     ULONG CurrentCount;
     ULONG MaximumCount;
     LIST_ENTRY ThreadListHead;
} KQUEUE, *PKQUEUE;

Windows Vista Kernel Structures