Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_kdb.c664 if (pidhashtbl == NULL) in kdb_thr_first()
668 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in kdb_thr_first()
710 if (pidhashtbl == NULL) in kdb_thr_next()
718 p = LIST_FIRST(&pidhashtbl[hash]); in kdb_thr_next()
H A Dkern_proc.c126 struct pidhashhead *pidhashtbl = NULL; variable
190 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash); in procinit()
1610 LIST_FOREACH(p, &pidhashtbl[j], p_hash) { in proc_iterate()
/freebsd/sys/security/mac_ddb/
H A Dmac_ddb.c173 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in db_show_proc_valid()
/freebsd/sys/ddb/
H A Ddb_ps.c131 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in db_ps()
/freebsd/sys/sys/
H A Dproc.h1063 #define PIDHASH(pid) (&pidhashtbl[(pid) & pidhash])
1065 extern LIST_HEAD(pidhashhead, proc) *pidhashtbl;