Searched refs:pidhash (Results 1 – 5 of 5) sorted by relevance
667 for (i = 0; i <= pidhash; i++) { in kdb_thr_first()712 hash = p->p_pid & pidhash; in kdb_thr_next()716 if (++hash > pidhash) in kdb_thr_next()
130 u_long pidhash; variable192 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash); in procinit()193 pidhashlock = (pidhash + 1) / 64; in procinit()1614 for (j = i; j <= pidhash; j += pidhashlock + 1) { in proc_iterate()
172 for (i = 0; i <= pidhash; i++) { in db_show_proc_valid()
130 for (i = 0; i <= pidhash && !db_pager_quit; i++) { in db_ps()
1069 #define PIDHASH(pid) (&pidhashtbl[(pid) & pidhash])1073 extern u_long pidhash;