Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.h58 #define MAX_HASHSIZE 50 macro
130 extern sm_hash_t mon_table[MAX_HASHSIZE];
168 key = key % MAX_HASHSIZE; \
H A Dsm_statd.c83 sm_hash_t mon_table[MAX_HASHSIZE];
84 static sm_hash_t record_table[MAX_HASHSIZE];
1407 for (k = 0; k < MAX_HASHSIZE; k++) { in sm_crash()
1427 for (k = 0; k < MAX_HASHSIZE; k++) { in sm_crash()
1469 for (k = 0; k < MAX_HASHSIZE; k++) { in sm_inithash()
H A Dsm_proc.c206 for (i = 0; i < MAX_HASHSIZE; i++) { in sm_simu_crash_svc()
569 for (hash = 0; hash < MAX_HASHSIZE; hash++) { in delete_mon()
852 for (hash = 0; hash < MAX_HASHSIZE; hash++) { in pr_mon()