Searched refs:bitmap_parse_user (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| A D | bitmap-str.h | 5 int bitmap_parse_user(const char __user *ubuf, unsigned int ulen, unsigned long *dst, int nbits);
|
| A D | nodemask.h | 344 return bitmap_parse_user(buf, len, dstp->bits, nbits); in __nodemask_parse_user()
|
| A D | cpumask.h | 876 return bitmap_parse_user(buf, len, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse_user()
|
| /linux/lib/ |
| 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/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_debugfs.c | 3436 err = bitmap_parse_user(ubuf, count, t, adap->sge.egr_sz); in blocked_fl_write()
|
Completed in 18 milliseconds