Searched refs:tabsz (Results 1 – 3 of 3) sorted by relevance
84 size_t tabsz = sizeof(struct AddressTranslationTable) * npage; in reservePage() local86 (malloc(tabsz)); in reservePage()92 npage, tabsz)); in reservePage()
153 st_hash(const char *name, size_t len, int tabsz) in st_hash() argument164 return (key % tabsz); in st_hash()
1321 st_hash(char *name, int len, int tabsz) in st_hash() argument1378 return key % tabsz; in st_hash()