Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbitmap.h435 static inline int bitmap_parse(const char *buf, unsigned int buflen, in bitmap_parse() function
Dcpumask.h668 return bitmap_parse(buf, len, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
/Linux-v5.4/net/core/
Dnet-sysfs.c722 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in store_rps_map()
1308 err = bitmap_parse(buf, len, cpumask_bits(mask), nr_cpumask_bits); in xps_cpus_store()
1390 err = bitmap_parse(buf, len, mask, dev->num_rx_queues); in xps_rxqs_store()
/Linux-v5.4/kernel/
Dpadata.c876 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
/Linux-v5.4/drivers/block/drbd/
Ddrbd_main.c2597 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()