Searched refs:bitmap_parselist_user (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 671 * bitmap_parselist_user() 681 int bitmap_parselist_user(const char __user *ubuf, in bitmap_parselist_user() function 697 EXPORT_SYMBOL(bitmap_parselist_user); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | bitmap.c | 837 * bitmap_parselist_user() - convert user buffer's list format ASCII 848 int bitmap_parselist_user(const char __user *ubuf, in bitmap_parselist_user() function 864 EXPORT_SYMBOL(bitmap_parselist_user); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bitmap.h | 73 * bitmap_parselist_user(buf, dst, nbits) Parse bitmap dst from user buf 209 extern int bitmap_parselist_user(const char __user *ubuf, unsigned int ulen,
|
H A D | cpumask.h | 682 return bitmap_parselist_user(buf, len, cpumask_bits(dstp), in cpumask_parselist_user()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bitmap.h | 70 * bitmap_parselist_user(buf, dst, nbits) Parse bitmap dst from user buf 209 int bitmap_parselist_user(const char __user *ubuf, unsigned int ulen,
|
H A D | cpumask.h | 823 return bitmap_parselist_user(buf, len, cpumask_bits(dstp), in cpumask_parselist_user()
|
Completed in 11 milliseconds