Searched refs:bitmap_parselist (Results 1 – 2 of 2) sorted by relevance
642 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function669 EXPORT_SYMBOL(bitmap_parselist);694 ret = bitmap_parselist(buf, maskp, nmaskbits); in bitmap_parselist_user()
308 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in __test_bitmap_parselist()