Searched refs:bitmap_parse (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/lib/ |
D | bitmap.c | 457 ret = bitmap_parse(buf, UINT_MAX, maskp, nmaskbits); in bitmap_parse_user() 878 int bitmap_parse(const char *start, unsigned int buflen, in bitmap_parse() function 915 EXPORT_SYMBOL(bitmap_parse);
|
D | test_bitmap.c | 501 err = bitmap_parse(test.in, len, bmap, test.nbits); in test_bitmap_parse()
|
/Linux-v5.15/include/linux/ |
D | bitmap.h | 201 int bitmap_parse(const char *buf, unsigned int buflen,
|
D | cpumask.h | 650 return bitmap_parse(buf, UINT_MAX, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
|
/Linux-v5.15/net/core/ |
D | net-sysfs.c | 794 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in store_rps_map() 1466 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in xps_cpus_store() 1525 err = bitmap_parse(buf, len, mask, dev->num_rx_queues); in xps_rxqs_store()
|
/Linux-v5.15/Documentation/admin-guide/ |
D | kernel-parameters.rst | 83 all users of bitmap_parse().
|
/Linux-v5.15/kernel/ |
D | padata.c | 884 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
|
/Linux-v5.15/drivers/block/drbd/ |
D | drbd_main.c | 2518 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()
|