Searched refs:MAX_BSIZE (Results 1 – 3 of 3) sorted by relevance
120 #define MAX_BSIZE 32768 /* 2^15 but should be 65536 */ macro
290 if (hashp->BSIZE > MAX_BSIZE) in init_hash()291 hashp->BSIZE = MAX_BSIZE; in init_hash()300 if (hashp->BSIZE > MAX_BSIZE) { in init_hash()
573 char pbuf[MAX_BSIZE]; in __put_page()