Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c825 #define PROC_HASH_SIZE 2003 macro
831 #define PROC_HASH(k) ((k) % PROC_HASH_SIZE)
851 static proc_fdinfo_t *process_table[PROC_HASH_SIZE];
960 for (i = 0; i < PROC_HASH_SIZE; i++) { in process_hash_dump()
1110 for (i = 0; i < PROC_HASH_SIZE; i++) { in process_hash_free()