Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h301 static inline int bitmap_parse(const char *buf, unsigned int buflen, in bitmap_parse() function
Dcpumask.h605 return bitmap_parse(buf, len, cpumask_bits(dstp), nr_cpumask_bits); in cpumask_parse()