Home
last modified time | relevance | path

Searched refs:nchunks (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/
Dbitmap.c365 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
371 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()
417 if (nchunks == 0 && chunk == 0) in __bitmap_parse()
422 nchunks++; in __bitmap_parse()
423 nbits += (nchunks == 1) ? nbits_to_hold_value(chunk) : CHUNKSZ; in __bitmap_parse()