Lines Matching refs:bitmap_print_to_pagebuf
476 * bitmap_print_to_pagebuf - convert bitmap to list or hex format ASCII string
488 * bitmap_print_to_pagebuf() output. Returns the number of characters
491 int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp,
499 EXPORT_SYMBOL(bitmap_print_to_pagebuf);
537 * The bitmap_print_to_pagebuf() is used indirectly via its cpumap wrapper
547 * return bitmap_print_to_pagebuf(true, buf, &mask, nr_trig_max);
552 * bitmap_print_to_pagebuf() API works terribly well for this kind of
555 * bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp,
585 * bitmap_print_to_pagebuf() mainly serves sysfs attribute with the assumption
594 * This function is not a replacement for sprintf() or bitmap_print_to_pagebuf().