Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbitmap.h418 static inline int bitmap_parse(const char *buf, unsigned int buflen, in bitmap_parse() function
Dcpumask.h639 return bitmap_parse(buf, len, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
/Linux-v4.19/net/core/
Dnet-sysfs.c732 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in store_rps_map()
1314 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in xps_cpus_store()
1398 err = bitmap_parse(buf, len, mask, dev->num_rx_queues); in xps_rxqs_store()
/Linux-v4.19/kernel/
Dpadata.c924 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_main.c2588 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()