Searched refs:bitmap_parselist (Results 1 – 2 of 2) sorted by relevance
780 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function806 EXPORT_SYMBOL(bitmap_parselist);831 ret = bitmap_parselist(buf, maskp, nmaskbits); in bitmap_parselist_user()
424 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist()