Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cpuset.c Create Date:2022-07-28 11:17:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:puset_nodemask_valid_mems_allowed - check nodemask vs. curremt mems_allowed*@nodemask: the nodemask to be checked* Are any of the nodes in the nodemask allowed in current->mems_allowed?

Proto:int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask)

Type:int

Parameter:

TypeParameterName
nodemask_t *nodemask
3359  Return nodes_intersects( * nodemask, mems_allowed)
Caller
NameDescribe
policy_nodemaskReturn a nodemask representing a mempolicy for filtering nodes for* page allocation