函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cpuset.c Create Date:2022-07-27 12:20:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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?

函数原型:int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask)

返回类型:int

参数:

类型参数名称
nodemask_t *nodemask
3359  返回:nodes_intersects( * nodemask, mems_allowed)
调用者
名称描述
policy_nodemaskReturn a nodemask representing a mempolicy for filtering nodes for* page allocation