1BITMAP_COPY_LE(9)       Basic Kernel Library Functions       BITMAP_COPY_LE(9)
2
3
4

NAME

6       bitmap_copy_le - copy a bitmap, putting the bits into little-endian
7       order.
8

SYNOPSIS

10       void bitmap_copy_le(void * dst, const unsigned long * src, int nbits);
11

ARGUMENTS

13       dst
14           destination buffer
15
16       src
17           bitmap to copy
18
19       nbits
20           number of bits in the bitmap
21

DESCRIPTION

23       Require nbits % BITS_PER_LONG == 0.
24
26Kernel Hackers Manual 3.10         June 2019                 BITMAP_COPY_LE(9)
Impressum