Home
last modified time | relevance | path

Searched refs:TAILQ_HEAD (Results 1 – 8 of 8) sorted by relevance

/sys/include/
Dsemaphore.h17 TAILQ_HEAD(SemaThreadQueue,Thread) waiters;
Dhandle.h15 typedef TAILQ_HEAD(HandleQueue, Handle) HandleQueue;
Dwaitchannel.h15 TAILQ_HEAD(WaitQueue, Thread) chanQueue;
Dthread.h22 typedef TAILQ_HEAD(ProcessQueue, Process) ProcessQueue;
23 typedef TAILQ_HEAD(ThreadQueue, Thread) ThreadQueue;
Dqueue.h491 #define TAILQ_HEAD(name, type) \ macro
/sys/kern/
Dbufcache.c21 static TAILQ_HEAD(CacheHashTable, BufCacheEntry) *hashTable;
22 static TAILQ_HEAD(LRUCacheList, BufCacheEntry) lruList;
Dspinlock.c28 TAILQ_HEAD(LockStack, Spinlock) lockStack[MAX_CPUS]; in TAILQ_HEAD() function
/lib/libc/posix/
Dpthread.c37 typedef TAILQ_HEAD(pthreadList, pthread) pthreadList;