Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\direct-io.c Create Date:2022-07-28 20:15:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:How many pages are in the queue?

Proto:static inline unsigned dio_pages_present(struct dio_submit *sdio)

Type:unsigned

Parameter:

TypeParameterName
struct dio_submit *sdio
163  Return last valid page + 1 - xt page to process
Caller
NameDescribe
dio_get_pageGet another userspace page. Returns an ERR_PTR on error. Pages are* buffered inside the dio so that we can call get_user_pages() against a* decent number of pages, less frequently. To provide nicer use of the* L1 cache.