Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:has_unmap_ctx

Proto:static bool has_unmap_ctx(struct userfaultfd_ctx *ctx, struct list_head *unmaps, unsigned long start, unsigned long end)

Type:bool

Parameter:

TypeParameterName
struct userfaultfd_ctx *ctx
struct list_head *unmaps
unsigned longstart
unsigned longend
821  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(unmap_ctx, unmaps, list)
822  If ctx == ctx && start == start && end == end Then Return true
826  Return false
Caller
NameDescribe
userfaultfd_unmap_prep