Searched refs:pidhashtbl (Results 1 – 4 of 4) sorted by relevance
612 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in kdb_thr_first()660 p = LIST_FIRST(&pidhashtbl[hash]); in kdb_thr_next()
122 struct pidhashhead *pidhashtbl; variable186 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash); in procinit()1580 LIST_FOREACH(p, &pidhashtbl[j], p_hash) { in proc_iterate()
131 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in db_ps()
993 #define PIDHASH(pid) (&pidhashtbl[(pid) & pidhash])995 extern LIST_HEAD(pidhashhead, proc) *pidhashtbl;