Lines Matching refs:nwords

423 	int word, nbits, nwords;  in dbUpdatePMap()  local
511 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
512 nbits = nwords << L2DBWORD; in dbUpdatePMap()
519 nwords * 4); in dbUpdatePMap()
522 nwords * 4); in dbUpdatePMap()
524 word += nwords; in dbUpdatePMap()
1123 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local
1190 nwords = rembits >> L2DBWORD; in dbAllocNext()
1191 nb = nwords << L2DBWORD; in dbAllocNext()
1196 while (nwords > 0) { in dbAllocNext()
1206 min_t(int, leaf[word], NLSTOL2BSZ(nwords)); in dbAllocNext()
1212 nwords -= nw; in dbAllocNext()
2175 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2236 nwords = rembits >> L2DBWORD; in dbAllocBits()
2237 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2241 nb = nwords << L2DBWORD; in dbAllocBits()
2246 for (; nwords > 0; nwords -= nw) { in dbAllocBits()
2259 NLSTOL2BSZ(nwords)); in dbAllocBits()
2322 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
2384 nwords = rembits >> L2DBWORD; in dbFreeBits()
2385 memset(&dp->wmap[word], 0, nwords * 4); in dbFreeBits()
2389 nb = nwords << L2DBWORD; in dbFreeBits()
2394 for (; nwords > 0; nwords -= nw) { in dbFreeBits()
2403 NLSTOL2BSZ(nwords)); in dbFreeBits()
3262 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
3316 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3317 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3320 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3321 word += nwords; in dbAllocDmapBU()