Searched refs:TIDHASH (Results 1 – 4 of 4) sorted by relevance
455 LIST_INSERT_HEAD(TIDHASH(p->p_tid), p, p_hash); in fork1()586 LIST_INSERT_HEAD(TIDHASH(p->p_tid), p, p_hash); in thread_fork()
275 LIST_INSERT_HEAD(TIDHASH(0), p, p_hash); in main()
196 LIST_FOREACH(p, TIDHASH(tid), p_hash) in tfind()
510 #define TIDHASH(tid) (&tidhashtbl[(tid) & tidhash]) macro