Searched refs:bitmap_parse (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | bitmap.h | 435 static inline int bitmap_parse(const char *buf, unsigned int buflen, in bitmap_parse() function
|
D | cpumask.h | 668 return bitmap_parse(buf, len, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()
|
/Linux-v5.4/net/core/ |
D | net-sysfs.c | 722 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/ |
D | padata.c | 876 ret = bitmap_parse(buf, count, cpumask_bits(new_cpumask), in store_cpumask()
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_main.c | 2597 err = bitmap_parse(res_opts->cpu_mask, DRBD_CPU_MASK_SIZE, in set_resource_options()
|