Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mm.h Create Date:2022-07-28 05:43:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:frame_vector_pages

Proto:static inline struct page **frame_vector_pages(struct frame_vector *vec)

Type:struct page

Parameter:

TypeParameterName
struct frame_vector *vec
1550  If Does array contain pages or pfns? Then
1551  err = frame_vector_to_pages(vec)
1553  If err Then Return ERR_PTR(err)
1556  Return Array of pinned pfns / pages. Use* pfns_vector_pages() or pfns_vector_pfns()* for access
Caller
NameDescribe
put_vaddr_framesput_vaddr_frames() - drop references to pages if get_vaddr_frames() acquired* them*@vec: frame vector to put* Drop references to pages if get_vaddr_frames() acquired them. We also* invalidate the frame vector so that it is prepared for the next call into