Searched refs:bitmap_print_to_pagebuf (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/lib/math/ |
D | prime_numbers.c | 255 bitmap_print_to_pagebuf(true, buf, p->primes, p->sz); in dump_primes()
|
/Linux-v5.4/lib/ |
D | bitmap.c | 490 int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp, in bitmap_print_to_pagebuf() function 498 EXPORT_SYMBOL(bitmap_print_to_pagebuf);
|
/Linux-v5.4/include/linux/ |
D | bitmap.h | 205 extern int bitmap_print_to_pagebuf(bool list, char *buf,
|
D | cpumask.h | 916 return bitmap_print_to_pagebuf(list, buf, cpumask_bits(mask), in cpumap_print_to_pagebuf()
|
/Linux-v5.4/net/core/ |
D | net-sysfs.c | 1367 len = bitmap_print_to_pagebuf(false, buf, mask, dev->num_rx_queues); in xps_rxqs_show()
|