Lines Matching refs:nwords
439 int word, nbits, nwords; in dbUpdatePMap() local
527 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
528 nbits = nwords << L2DBWORD; in dbUpdatePMap()
535 nwords * 4); in dbUpdatePMap()
538 nwords * 4); in dbUpdatePMap()
540 word += nwords; in dbUpdatePMap()
1071 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local
1138 nwords = rembits >> L2DBWORD; in dbAllocNext()
1139 nb = nwords << L2DBWORD; in dbAllocNext()
1144 while (nwords > 0) { in dbAllocNext()
1154 min_t(int, leaf[word], NLSTOL2BSZ(nwords)); in dbAllocNext()
1160 nwords -= nw; in dbAllocNext()
2123 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2184 nwords = rembits >> L2DBWORD; in dbAllocBits()
2185 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2189 nb = nwords << L2DBWORD; in dbAllocBits()
2194 for (; nwords > 0; nwords -= nw) { in dbAllocBits()
2207 NLSTOL2BSZ(nwords)); in dbAllocBits()
2270 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
2332 nwords = rembits >> L2DBWORD; in dbFreeBits()
2333 memset(&dp->wmap[word], 0, nwords * 4); in dbFreeBits()
2337 nb = nwords << L2DBWORD; in dbFreeBits()
2342 for (; nwords > 0; nwords -= nw) { in dbFreeBits()
2351 NLSTOL2BSZ(nwords)); in dbFreeBits()
3214 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
3268 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3269 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3272 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3273 word += nwords; in dbAllocDmapBU()