Searched refs:bitmap_parse (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/lib/ |
H A D | bitmap.c | 468 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 D | test_bitmap.c | 584 err = bitmap_parse(test.in, len, bmap, test.nbits); in test_bitmap_parse()
|
/openbmc/linux/include/linux/ |
H A D | bitmap.h | 207 int bitmap_parse(const char *buf, unsigned int buflen,
|
H A D | cpumask.h | 804 return bitmap_parse(buf, UINT_MAX, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | intel_powerclamp.c | 172 ret = bitmap_parse(arg, strlen(arg), cpumask_bits(new_mask), in cpumask_set()
|
/openbmc/linux/net/core/ |
H A D | net-sysfs.c | 897 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 D | padata.c | 930 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
|
/openbmc/linux/drivers/net/ethernet/asix/ |
H A D | ax88796c_main.c | 1146 ret = bitmap_parse(no_regs_list, 35, in ax88796c_spi_init()
|
/openbmc/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()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_main.c | 2506 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()
|