Searched refs:bitmap_parse_user (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/ |
| H A D | bitmap-str.c | 24 int bitmap_parse_user(const char __user *ubuf, in bitmap_parse_user() function 40 EXPORT_SYMBOL(bitmap_parse_user);
|
| /linux/include/linux/ |
| H A D | nodemask.h | 330 return bitmap_parse_user(buf, len, dstp->bits, nbits); in __nodemask_parse_user()
|
| H A D | cpumask.h | 971 return bitmap_parse_user(buf, len, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse_user()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_debugfs.c | 3436 err = bitmap_parse_user(ubuf, count, t, adap->sge.egr_sz); in blocked_fl_write()
|