Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:frame_vector_pfns
Proto:static inline unsigned long *frame_vector_pfns(struct frame_vector *vec)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct frame_vector * | vec |
1561 | If Not Does array contain pages or pfns? Then frame_vector_to_pfns(vec) |
1563 | Return Array of pinned pfns / pages. Use* pfns_vector_pages() or pfns_vector_pfns()* for access |
Name | Describe |
---|---|
get_vaddr_frames | get_vaddr_frames() - map virtual addresses to pfns*@start: starting user address*@nr_frames: number of pages / pfns from start to map*@gup_flags: flags modifying lookup behaviour*@vec: structure which receives pages / pfns of the addresses mapped. |
frame_vector_to_pages | ame_vector_to_pages - convert frame vector to contain page pointers*@vec: frame vector to convert* Convert @vec to contain array of page pointers. If the conversion is* successful, return 0. Otherwise return an error. Note that we do not grab |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |