Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_kdb.c612 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in kdb_thr_first()
660 p = LIST_FIRST(&pidhashtbl[hash]); in kdb_thr_next()
H A Dkern_proc.c122 struct pidhashhead *pidhashtbl; variable
186 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash); in procinit()
1580 LIST_FOREACH(p, &pidhashtbl[j], p_hash) { in proc_iterate()
/f-stack/freebsd/ddb/
H A Ddb_ps.c131 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in db_ps()
/f-stack/freebsd/sys/
H A Dproc.h993 #define PIDHASH(pid) (&pidhashtbl[(pid) & pidhash])
995 extern LIST_HEAD(pidhashhead, proc) *pidhashtbl;