Lines Matching refs:list
465 * bitmap_print_to_pagebuf - convert bitmap to list or hex format ASCII string
466 * @list: indicates whether the bitmap must be list
471 * Output format is a comma-separated list of decimal numbers and
472 * ranges if list is specified or hex digits grouped into comma-separated
480 int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp,
485 return list ? scnprintf(buf, len, "%*pbl\n", nmaskbits, maskp) :
617 * bitmap_parselist - convert list format ASCII string to bitmap
623 * Input format is a comma-separated list of decimal numbers and
998 * various @orig's. I list the zero-based positions of each set bit.