Searched refs:bitmap_parse_user (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dbitmap-str.h5 int bitmap_parse_user(const char __user *ubuf, unsigned int ulen, unsigned long *dst, int nbits);
H A Dnodemask.h12 * For details of nodemask_parse_user(), see bitmap_parse_user() in
344 return bitmap_parse_user(buf, len, dstp->bits, nbits);
H A Dcpumask.h807 return bitmap_parse_user(buf, len, cpumask_bits(dstp), nr_cpumask_bits);
/linux-master/lib/
H A Dbitmap-str.c16 * bitmap_parse_user - convert an ASCII hex string in a user buffer into a bitmap
24 int bitmap_parse_user(const char __user *ubuf, function
40 EXPORT_SYMBOL(bitmap_parse_user); variable
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c3436 err = bitmap_parse_user(ubuf, count, t, adap->sge.egr_sz);

Completed in 120 milliseconds