Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dbitmap.c468 ret = bitmap_parse(buf, UINT_MAX, maskp, nmaskbits); in bitmap_parse_user()
906 int bitmap_parse(const char *start, unsigned int buflen, in bitmap_parse() function
943 EXPORT_SYMBOL(bitmap_parse);
H A Dtest_bitmap.c584 err = bitmap_parse(test.in, len, bmap, test.nbits); in test_bitmap_parse()
/openbmc/linux/include/linux/
H A Dbitmap.h207 int bitmap_parse(const char *buf, unsigned int buflen,
H A Dcpumask.h804 return bitmap_parse(buf, UINT_MAX, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c172 ret = bitmap_parse(arg, strlen(arg), cpumask_bits(new_mask), in cpumask_set()
/openbmc/linux/net/core/
H A Dnet-sysfs.c897 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in store_rps_map()
1549 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in xps_cpus_store()
1608 err = bitmap_parse(buf, len, mask, dev->num_rx_queues); in xps_rxqs_store()
/openbmc/linux/kernel/
H A Dpadata.c930 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c1146 ret = bitmap_parse(no_regs_list, 35, in ax88796c_spi_init()
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c1264 rc = bitmap_parse(buf, count, opmask, IDXD_MAX_OPCAP_BITS); in wq_op_config_store()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c2506 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()