Function report |
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 activity | Download SCCT | Chinese |
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:
| Type | Parameter | Name |
|---|---|---|
| nodemask_t * | nodemask |
| 3359 | Return nodes_intersects( * nodemask, mems_allowed) |
| Name | Describe |
|---|---|
| policy_nodemask | Return a nodemask representing a mempolicy for filtering nodes for* page allocation |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |