Searched refs:bitmap_print_to_pagebuf (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dbitmap-str.h6 int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp, int nmaskbits);
H A Dcpumask.h1207 return bitmap_print_to_pagebuf(list, buf, cpumask_bits(mask),
/linux-master/lib/
H A Dbitmap-str.c43 * bitmap_print_to_pagebuf - convert bitmap to list or hex format ASCII string
55 * bitmap_print_to_pagebuf() output. Returns the number of characters
58 int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp, function
66 EXPORT_SYMBOL(bitmap_print_to_pagebuf); variable
104 * The bitmap_print_to_pagebuf() is used indirectly via its cpumap wrapper
114 * return bitmap_print_to_pagebuf(true, buf, &mask, nr_trig_max);
119 * bitmap_print_to_pagebuf() API works terribly well for this kind of
122 * bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp,
152 * bitmap_print_to_pagebuf() mainly serves sysfs attribute with the assumption
161 * This function is not a replacement for sprintf() or bitmap_print_to_pagebuf()
[all...]
H A Dtest_bitmap.c575 ret = bitmap_print_to_pagebuf(true, buf, bmap, PAGE_SIZE * 8);
579 pr_err("bitmap_print_to_pagebuf: result is %d, expected %d\n", ret, slen);
585 pr_err("bitmap_print_to_pagebuf: result is %s, expected %s\n", buf, expected);
590 pr_err("bitmap_print_to_pagebuf: input is '%s', Time: %llu\n", buf, time);
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c614 size = bitmap_print_to_pagebuf(true, buf, &ctigate_bitmask,
717 size = bitmap_print_to_pagebuf(true, buf, &mask, nr_trig_max);
855 size = bitmap_print_to_pagebuf(true, buf, &inuse_bits,
931 return bitmap_print_to_pagebuf(true, buf, &mask, cfg->nr_trig_max);
945 return bitmap_print_to_pagebuf(true, buf, &mask, cfg->nr_trig_max);
/linux-master/lib/math/
H A Dprime_numbers.c255 bitmap_print_to_pagebuf(true, buf, p->primes, p->sz);
/linux-master/drivers/thermal/intel/
H A Dintel_powerclamp.c203 return bitmap_print_to_pagebuf(false, buf, cpumask_bits(idle_injection_cpu_mask),
/linux-master/arch/powerpc/sysdev/xive/
H A Dspapr.c676 bitmap_print_to_pagebuf(true, buf, xibm->bitmap, xibm->count);
/linux-master/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c186 return bitmap_print_to_pagebuf(1, buf, csk_map, CSK_BIT_LEN);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c924 bitmap_print_to_pagebuf(false, buf, pfvf->aura_bmap,
933 bitmap_print_to_pagebuf(false, buf, pfvf->pool_bmap,
2126 bitmap_print_to_pagebuf(false, buf, bmap, qsize);
/linux-master/net/core/
H A Dnet-sysfs.c1575 len = bitmap_print_to_pagebuf(false, buf, mask, nr_ids);

Completed in 183 milliseconds