Searched refs:BLK (Results 1 – 8 of 8) sorted by relevance
57 #define blisti(i) (((i)-ENV_BLK*BLK) / BLK)65 tchar corebuf[(ENV_BLK + NBLIST + 1) * BLK];67 tchar wbuf[BLK];68 tchar rbuf[BLK];448 j = (filep)i * BLK + ENV_BLK * BLK; in alloc()510 if (!((++offset) & (BLK - 1))) {526 if (wbfi >= BLK)542 if ((woff & (~(BLK - 1))) == (roff & (~(BLK - 1)))) in wbfl()556 if (ip == NBLIST*BLK) { /* for rdtty */ in rbf()564 j = ip & ~(BLK - 1); in rbf()[all …]
307 #define BLK 128 /* alloc block in tchars */ macro325 #define RD_OFFSET (NBLIST * BLK)327 #define ENV_BLK ((NEV * sizeof(env) / sizeof(tchar) + BLK-1) / BLK)
876 pushi(NBLIST*BLK, PAIR('r','d')); in caserd()
1031 if ((++ip & (BLK - 1)) == 0) { in getch0()
165 #define LBLK2SEC(BLK, SHF) (daddr_t)((BLK) >> (SHF)) argument
34 #define BLK sizeof (struct blk) macro
2156 while (h < hfree + (HEADSZ/BLK)) in morehd()
999 ! offset of 8*BLK+8 bytes works best over range of (src-dst) mod 1K1004 ! initial prefetches, 5*BLK works best over range of (src-dst) mod 1K