Searched refs:TAILQ_HEAD (Results 1 – 8 of 8) sorted by relevance
| /sys/include/ |
| D | semaphore.h | 17 TAILQ_HEAD(SemaThreadQueue,Thread) waiters;
|
| D | handle.h | 15 typedef TAILQ_HEAD(HandleQueue, Handle) HandleQueue;
|
| D | waitchannel.h | 15 TAILQ_HEAD(WaitQueue, Thread) chanQueue;
|
| D | thread.h | 22 typedef TAILQ_HEAD(ProcessQueue, Process) ProcessQueue; 23 typedef TAILQ_HEAD(ThreadQueue, Thread) ThreadQueue;
|
| D | queue.h | 491 #define TAILQ_HEAD(name, type) \ macro
|
| /sys/kern/ |
| D | bufcache.c | 21 static TAILQ_HEAD(CacheHashTable, BufCacheEntry) *hashTable; 22 static TAILQ_HEAD(LRUCacheList, BufCacheEntry) lruList;
|
| D | spinlock.c | 28 TAILQ_HEAD(LockStack, Spinlock) lockStack[MAX_CPUS]; in TAILQ_HEAD() function
|
| /lib/libc/posix/ |
| D | pthread.c | 37 typedef TAILQ_HEAD(pthreadList, pthread) pthreadList;
|