bitmap_fold(9) suse man page | unix.com

Man Page: bitmap_fold

Operating Environment: suse

Section: 9

BITMAP_FOLD(9)						  Basic Kernel Library Functions					    BITMAP_FOLD(9)

NAME
bitmap_fold - fold larger bitmap into smaller, modulo specified size
SYNOPSIS
void bitmap_fold(unsigned long * dst, const unsigned long * orig, int sz, int bits);
ARGUMENTS
dst resulting smaller bitmap orig original larger bitmap sz specified size bits number of bits in each of these bitmaps
DESCRIPTION
For each bit oldbit in orig, set bit oldbit mod sz in dst. Clear all other bits in dst. See further the comment and Example [2] for bitmap_onto for why and how to use this.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 BITMAP_FOLD(9)
Related Man Pages
bitmap_onto(9) - centos
bitmap_remap(9) - centos
ipsec_networkof(3) - debian
bitmap_remap(9) - suse
slurm::bitstr(3pm) - debian
Similar Topics in the Unix Linux Community
Getting command output to putty window title.
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com
Docker learning Phase-I