Lines Matching refs:nwords
428 int word, nbits, nwords; in dbUpdatePMap() local
516 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
517 nbits = nwords << L2DBWORD; in dbUpdatePMap()
524 nwords * 4); in dbUpdatePMap()
527 nwords * 4); in dbUpdatePMap()
529 word += nwords; in dbUpdatePMap()
1128 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local
1195 nwords = rembits >> L2DBWORD; in dbAllocNext()
1196 nb = nwords << L2DBWORD; in dbAllocNext()
1201 while (nwords > 0) { in dbAllocNext()
1211 min_t(int, leaf[word], NLSTOL2BSZ(nwords)); in dbAllocNext()
1217 nwords -= nw; in dbAllocNext()
2180 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2241 nwords = rembits >> L2DBWORD; in dbAllocBits()
2242 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2246 nb = nwords << L2DBWORD; in dbAllocBits()
2251 for (; nwords > 0; nwords -= nw) { in dbAllocBits()
2264 NLSTOL2BSZ(nwords)); in dbAllocBits()
2327 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
2389 nwords = rembits >> L2DBWORD; in dbFreeBits()
2390 memset(&dp->wmap[word], 0, nwords * 4); in dbFreeBits()
2394 nb = nwords << L2DBWORD; in dbFreeBits()
2399 for (; nwords > 0; nwords -= nw) { in dbFreeBits()
2408 NLSTOL2BSZ(nwords)); in dbFreeBits()
3267 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
3321 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3322 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3325 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3326 word += nwords; in dbAllocDmapBU()