Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dbitmap.c457 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);
Dtest_bitmap.c501 err = bitmap_parse(test.in, len, bmap, test.nbits); in test_bitmap_parse()
/Linux-v5.15/include/linux/
Dbitmap.h201 int bitmap_parse(const char *buf, unsigned int buflen,
Dcpumask.h650 return bitmap_parse(buf, UINT_MAX, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
/Linux-v5.15/net/core/
Dnet-sysfs.c794 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/
Dkernel-parameters.rst83 all users of bitmap_parse().
/Linux-v5.15/kernel/
Dpadata.c884 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
/Linux-v5.15/drivers/block/drbd/
Ddrbd_main.c2518 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()