Searched defs:HSIZE (Results 1 – 3 of 3) sorted by relevance
73 #define HSIZE 69001 /* 95% occupancy */ macro76 #define HSIZE 35023 /* 94% occupancy */ macro79 #define HSIZE 18013 /* 91% occupancy */ macro82 #define HSIZE 9001 /* 91% occupancy */ macro85 #define HSIZE 5003 /* 80% occupancy */ macro
103 #define HSIZE(x) (((x & 0xff) + 31) * 8) macro
94 #define HSIZE 256 /* size of process hash table */ macro