Searched refs:bitmap_parselist (Results 1 – 2 of 2) sorted by relevance
374 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function400 EXPORT_SYMBOL(bitmap_parselist);426 ret = bitmap_parselist(buf, maskp, nmaskbits); in bitmap_parselist_user()
503 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist()1284 bitmap_parselist(pattern, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
Completed in 6 milliseconds