Searched refs:BLK (Results 1 – 10 of 10) sorted by relevance
55 #define blisti(i) (((i)-ENV_BLK*BLK) / BLK)63 tchar corebuf[(ENV_BLK + NBLIST + 1) * BLK];65 tchar wbuf[BLK];66 tchar rbuf[BLK];446 j = (filep)i * BLK + ENV_BLK * BLK; in alloc()508 if (!((++offset) & (BLK - 1))) {524 if (wbfi >= BLK)540 if ((woff & (~(BLK - 1))) == (roff & (~(BLK - 1)))) in wbfl()554 if (ip == NBLIST*BLK) { /* for rdtty */ in rbf()562 j = ip & ~(BLK - 1); in rbf()[all …]
305 #define BLK 128 /* alloc block in tchars */ macro323 #define RD_OFFSET (NBLIST * BLK)325 #define ENV_BLK ((NEV * sizeof(env) / sizeof(tchar) + BLK-1) / BLK)
874 pushi(NBLIST*BLK, PAIR('r','d')); in caserd()
1030 if ((++ip & (BLK - 1)) == 0) { in getch0()
165 #define LBLK2SEC(BLK, SHF) (daddr_t)((BLK) >> (SHF)) argument
32 #define BLK sizeof (struct blk) macro
2154 while (h < hfree + (HEADSZ/BLK)) in morehd()
851 UBL->BLK903 UBL->BLK1010 BLK->UBL
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