Searched refs:bitmap_parse (Results 1 – 6 of 6) 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/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 | 866 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 | 2468 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()
|