1_COPY_FROM_PAGES(9)            Linux Networking            _COPY_FROM_PAGES(9)
2
3
4

NAME

6       _copy_from_pages -
7

SYNOPSIS

9       void _copy_from_pages(char * p, struct page ** pages, size_t pgbase,
10                             size_t len);
11

ARGUMENTS

13       p
14           pointer to destination
15
16       pages
17           array of pages
18
19       pgbase
20           offset of source data
21
22       len
23           length
24

DESCRIPTION

26       Copies data into an arbitrary memory location from an array of pages
27       The copy is assumed to be non-overlapping.
28
30Kernel Hackers Manual 3.10         June 2019               _COPY_FROM_PAGES(9)
Impressum