Searched refs:bitmap_parse_user (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/lib/ | 
| D | bitmap.c | 457 int bitmap_parse_user(const char __user *ubuf,  in bitmap_parse_user()  function473 EXPORT_SYMBOL(bitmap_parse_user);
 
 | 
| /Linux-v6.6/include/linux/ | 
| D | bitmap.h | 205 int bitmap_parse_user(const char __user *ubuf, unsigned int ulen,
 | 
| D | nodemask.h | 344 	return bitmap_parse_user(buf, len, dstp->bits, nbits);  in __nodemask_parse_user()
 | 
| D | cpumask.h | 777 	return bitmap_parse_user(buf, len, cpumask_bits(dstp), nr_cpumask_bits);  in cpumask_parse_user()
 | 
| /Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_debugfs.c | 3436 	err = bitmap_parse_user(ubuf, count, t, adap->sge.egr_sz);  in blocked_fl_write()
 |