Searched refs:HSIZE (Results 1 – 3 of 3) sorted by relevance
71 #define HSIZE 69001 /* 95% occupancy */ macro74 #define HSIZE 35023 /* 94% occupancy */ macro77 #define HSIZE 18013 /* 91% occupancy */ macro80 #define HSIZE 9001 /* 91% occupancy */ macro83 #define HSIZE 5003 /* 80% occupancy */ macro145 static code_int hsize = HSIZE; /* for dynamic table sizing */674 hsize = HSIZE; in main()719 hsize = HSIZE; in main()721 hsize = min(5003, HSIZE); in main()723 hsize = min(9001, HSIZE); in main()[all …]
91 #define HSIZE 256 /* size of process hash table */ macro123 static struct uproc pr_htbl[HSIZE];613 tp = up = &pr_htbl[pid % HSIZE]; in findhash()
90 #define HSIZE 256 /* size of process hash table */ macro127 static struct uproc pr_htbl[HSIZE];702 tp = up = &pr_htbl[(int)pid % HSIZE]; in findhash()