table of contents
other versions
- stretch 4.9.168-1
BITMAP_COPY_LE(9) | Basic Kernel Library Functions | BITMAP_COPY_LE(9) |
NAME¶
bitmap_copy_le - copy a bitmap, putting the bits into little-endian order.SYNOPSIS¶
void bitmap_copy_le(unsigned long * dst, const unsigned long * src, unsigned int nbits);
ARGUMENTS¶
dstdestination buffer
src
bitmap to copy
nbits
number of bits in the bitmap
DESCRIPTION¶
Require nbits % BITS_PER_LONG == 0.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |