Searched refs:bitmap_parse (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/ |
| H A D | bitmap-str.c | 35 ret = bitmap_parse(buf, UINT_MAX, maskp, nmaskbits); in bitmap_parse_user() 473 int bitmap_parse(const char *start, unsigned int buflen, in bitmap_parse() function 510 EXPORT_SYMBOL(bitmap_parse);
|
| /linux/net/core/ |
| H A D | net-sysfs.c | 1045 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in store_rps_map() 1805 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in xps_cpus_store() 1873 err = bitmap_parse(buf, len, mask, dev->num_rx_queues); in xps_rxqs_store()
|
| /linux/include/linux/ |
| H A D | cpumask.h | 998 return bitmap_parse(buf, UINT_MAX, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
|
| /linux/kernel/ |
| H A D | padata.c | 864 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
|
| /linux/drivers/net/ethernet/asix/ |
| H A D | ax88796c_main.c | 1146 ret = bitmap_parse(no_regs_list, 35, in ax88796c_spi_init()
|
| /linux/drivers/dma/idxd/ |
| H A D | sysfs.c | 1266 rc = bitmap_parse(buf, count, opmask, IDXD_MAX_OPCAP_BITS); in wq_op_config_store()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_main.c | 2472 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options() 2480 drbd_warn(resource, "Overflow in bitmap_parse(%.12s%s), truncating to %u bits\n", in set_resource_options() 2489 drbd_warn(resource, "bitmap_parse() failed with %d\n", err); in set_resource_options()
|