Home
last modified time | relevance | path

Searched refs:TAILQ_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance

/sys/kern/
Dhandle.c57 TAILQ_INSERT_HEAD(&proc->handles[slot], handle, handleList); in Handle_Add()
Dbufcache.c159 TAILQ_INSERT_HEAD(table, e, htEntry); in BufCacheAlloc()
/lib/libc/posix/
Dpthread.c74 TAILQ_INSERT_HEAD(&__threads[thr->tid % THREAD_HASH_SLOTS], thr, threadTable); in __pthread_init()
133 TAILQ_INSERT_HEAD(&__threads[thr->tid % THREAD_HASH_SLOTS], thr, threadTable); in pthread_create()
/sys/include/
Dqueue.h628 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ macro