table of contents
other versions
- stretch 4.9.168-1
_COPY_FROM_PAGES(9) | Linux Networking | _COPY_FROM_PAGES(9) |
NAME¶
_copy_from_pages -SYNOPSIS¶
void _copy_from_pages(char * p, struct page ** pages, size_t pgbase, size_t len);
ARGUMENTS¶
ppointer to destination
pages
array of pages
pgbase
offset of source data
len
length
DESCRIPTION¶
Copies data into an arbitrary memory location from an array of pages The copy is assumed to be non-overlapping.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |