Home
last modified time | relevance | path

Searched refs:bitmap_parse (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/lib/
Dbitmap.c455 ret = bitmap_parse(buf, UINT_MAX, maskp, nmaskbits); in bitmap_parse_user()
737 int bitmap_parse(const char *start, unsigned int buflen, in bitmap_parse() function
774 EXPORT_SYMBOL(bitmap_parse);
Dtest_bitmap.c445 err = bitmap_parse(test.in, len, bmap, test.nbits); in test_bitmap_parse()
/Linux-v5.10/include/linux/
Dbitmap.h195 extern int bitmap_parse(const char *buf, unsigned int buflen,
Dcpumask.h673 return bitmap_parse(buf, UINT_MAX, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
/Linux-v5.10/net/core/
Dnet-sysfs.c754 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in store_rps_map()
1393 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in xps_cpus_store()
1475 err = bitmap_parse(buf, len, mask, dev->num_rx_queues); in xps_rxqs_store()
/Linux-v5.10/kernel/
Dpadata.c897 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
/Linux-v5.10/drivers/block/drbd/
Ddrbd_main.c2539 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()