Searched refs:TAILQ_FOREACH (Results 1 – 8 of 8) sorted by relevance
| /sys/kern/ |
| D | thread.c | 235 TAILQ_FOREACH(t, &proc->threadList, threadList) { in Thread_Lookup() 299 TAILQ_FOREACH(t, &thr->proc->zombieQueue, schedQueue) { in Thread_Wait() 367 TAILQ_FOREACH(thr, &runnableQueue, schedQueue) in Debug_Threads() 372 TAILQ_FOREACH(thr, &waitQueue, schedQueue) in Debug_Threads()
|
| D | process.c | 151 TAILQ_FOREACH(p, &processList, processList) { in Process_Lookup() 279 TAILQ_FOREACH(proc, &processList, processList) in Debug_Processes()
|
| D | handle.c | 76 TAILQ_FOREACH(handle, &proc->handles[slot], handleList) { in Handle_Lookup()
|
| D | semaphore.c | 113 TAILQ_FOREACH(thr, &sema->waiters, semaQueue) { in Debug_Semaphores()
|
| D | spinlock.c | 158 TAILQ_FOREACH(lock, &lockStack[c], lockStack) { in Debug_LockStack()
|
| D | bufcache.c | 104 TAILQ_FOREACH(e, table, htEntry) { in BufCacheLookup()
|
| /lib/libc/posix/ |
| D | pthread.c | 85 TAILQ_FOREACH(thr, &__threads[tid % THREAD_HASH_SLOTS], threadTable) { in pthread_self()
|
| /sys/include/ |
| D | queue.h | 557 #define TAILQ_FOREACH(var, head, field) \ macro
|