Home
last modified time | relevance | path

Searched refs:MPOL_F_RELATIVE_NODES (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Dmempolicy.h31 #define MPOL_F_RELATIVE_NODES (1 << 14) macro
39 (MPOL_F_STATIC_NODES | MPOL_F_RELATIVE_NODES | MPOL_F_NUMA_BALANCING)
/Linux-v6.1/Documentation/translations/zh_CN/filesystems/
Dtmpfs.rst102 =relative 相当于 MPOL_F_RELATIVE_NODES
/Linux-v6.1/Documentation/translations/zh_TW/filesystems/
Dtmpfs.rst103 =relative 相當於 MPOL_F_RELATIVE_NODES
/Linux-v6.1/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst219 the MPOL_F_STATIC_NODES or MPOL_F_RELATIVE_NODES flags
282 MPOL_F_RELATIVE_NODES flag. It also cannot be used for
286 MPOL_F_RELATIVE_NODES
318 MPOL_F_RELATIVE_NODES. If the cpuset's mems change to 3-7, the
332 MPOL_F_RELATIVE_NODES cannot be combined with the
502 MPOL_F_RELATIVE_NODES is not used, the intersection of the set of nodes
505 installed. If MPOL_F_RELATIVE_NODES is used, the policy's nodes are mapped
/Linux-v6.1/mm/
Dmempolicy.c243 if (pol->flags & MPOL_F_RELATIVE_NODES) in mpol_set_nodemask()
284 (flags & MPOL_F_RELATIVE_NODES))) in mpol_new()
292 (flags & MPOL_F_RELATIVE_NODES)) in mpol_new()
325 else if (pol->flags & MPOL_F_RELATIVE_NODES) in mpol_rebind_nodemask()
1456 if ((*flags & MPOL_F_STATIC_NODES) && (*flags & MPOL_F_RELATIVE_NODES)) in sanitize_mpol_flags()
3069 mode_flags |= MPOL_F_RELATIVE_NODES; in mpol_parse_str()
3159 else if (flags & MPOL_F_RELATIVE_NODES) in mpol_to_str()
/Linux-v6.1/Documentation/filesystems/
Dtmpfs.rst125 =relative is equivalent to MPOL_F_RELATIVE_NODES