Lines Matching refs:nwords

438 	int word, nbits, nwords;  in dbUpdatePMap()  local
526 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
527 nbits = nwords << L2DBWORD; in dbUpdatePMap()
534 nwords * 4); in dbUpdatePMap()
537 nwords * 4); in dbUpdatePMap()
539 word += nwords; in dbUpdatePMap()
1070 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local
1137 nwords = rembits >> L2DBWORD; in dbAllocNext()
1138 nb = nwords << L2DBWORD; in dbAllocNext()
1143 while (nwords > 0) { in dbAllocNext()
1153 min_t(int, leaf[word], NLSTOL2BSZ(nwords)); in dbAllocNext()
1159 nwords -= nw; in dbAllocNext()
2122 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2183 nwords = rembits >> L2DBWORD; in dbAllocBits()
2184 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2188 nb = nwords << L2DBWORD; in dbAllocBits()
2193 for (; nwords > 0; nwords -= nw) { in dbAllocBits()
2206 NLSTOL2BSZ(nwords)); in dbAllocBits()
2269 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
2331 nwords = rembits >> L2DBWORD; in dbFreeBits()
2332 memset(&dp->wmap[word], 0, nwords * 4); in dbFreeBits()
2336 nb = nwords << L2DBWORD; in dbFreeBits()
2341 for (; nwords > 0; nwords -= nw) { in dbFreeBits()
2350 NLSTOL2BSZ(nwords)); in dbFreeBits()
3213 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
3267 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3268 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3271 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3272 word += nwords; in dbAllocDmapBU()