Searched refs:bitmap_parse (Results 1 – 10 of 10) 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);
|
H A D | test_bitmap.c | 648 err = bitmap_parse(test.in, len, bmap, test.nbits); in test_bitmap_parse()
|
/linux/include/linux/ |
H A D | bitmap-str.h | 11 int bitmap_parse(const char *buf, unsigned int buflen, unsigned long *dst, int nbits);
|
H A D | cpumask.h | 903 return bitmap_parse(buf, UINT_MAX, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
|
/linux/drivers/thermal/intel/ |
H A D | intel_powerclamp.c | 171 ret = bitmap_parse(arg, strlen(arg), cpumask_bits(new_mask), in cpumask_set()
|
/linux/net/core/ |
H A D | net-sysfs.c | 920 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in store_rps_map() 1637 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in xps_cpus_store() 1696 err = bitmap_parse(buf, len, mask, dev->num_rx_queues); in xps_rxqs_store()
|
/linux/kernel/ |
H A D | padata.c | 911 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 | 1264 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 | 2492 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()
|