Searched refs:prochash (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_sunos5.c230 hash_table *prochash; variable
1308 prochash = hash_create(nproc > 100 ? nproc * 2 + 1 : 521);
1958 op = (struct oldproc *)hash_lookup_pid(prochash, pid);
1963 hash_add_pid(prochash, pid, (void *)op);
2168 hi = hash_first_pid(prochash, &pos);
2178 dprintf("removing %d from prochash\n", op->pid);
2230 op = (struct oldproc *)hash_lookup_pid(prochash, (pid_t)pid);

Completed in 104 milliseconds