Home
last modified time | relevance | path

Searched refs:MPOL_BIND (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dmempolicy.h22 MPOL_BIND, enumerator
/linux-5.19.10/mm/
Dmempolicy.c403 [MPOL_BIND] = {
888 case MPOL_BIND: in get_policy_nodemask()
1445 if (*mode != MPOL_BIND) in sanitize_mpol_flags()
1529 if (new->mode != MPOL_BIND && new->mode != MPOL_PREFERRED_MANY) { in SYSCALL_DEFINE4()
1837 if (unlikely(mode == MPOL_BIND) && in policy_nodemask()
1865 WARN_ON_ONCE(policy->mode == MPOL_BIND && (gfp & __GFP_THISNODE)); in policy_node()
1868 if ((policy->mode == MPOL_BIND || in policy_node()
1911 case MPOL_BIND: in mempolicy_slab_node()
2018 if (mode == MPOL_BIND || mode == MPOL_PREFERRED_MANY) in huge_node()
2052 case MPOL_BIND: in init_nodemask_of_mempolicy()
[all …]
/linux-5.19.10/tools/testing/selftests/kvm/include/
Dnumaif.h37 #define MPOL_BIND 2 macro
/linux-5.19.10/Documentation/translations/zh_TW/filesystems/
Dtmpfs.rst105 例如,mpol=bind=staticNodeList相當於MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/linux-5.19.10/Documentation/translations/zh_CN/filesystems/
Dtmpfs.rst104 例如,mpol=bind=staticNodeList相当于MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/linux-5.19.10/tools/perf/util/
Dmmap.c115 if (mbind(data, mmap_len, MPOL_BIND, node_mask, node_index + 1 + 1, 0)) { in perf_mmap__aio_bind()
/linux-5.19.10/Documentation/admin-guide/cgroup-v1/
Dcpusets.rst626 mempolicy MPOL_BIND, and the nodes to which it was bound overlap with
628 of MPOL_BIND nodes are still allowed in the new cpuset. If the task
629 was using MPOL_BIND and now none of its MPOL_BIND nodes are allowed
631 was MPOL_BIND bound to the new cpuset (even though its NUMA placement,
/linux-5.19.10/Documentation/filesystems/
Dtmpfs.rst128 allocation policy of MPOL_BIND | MPOL_F_STATIC_NODES.
/linux-5.19.10/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst195 MPOL_BIND
362 path". Note that for MPOL_BIND, the "usage" extends across the entire
/linux-5.19.10/tools/perf/bench/
Dnuma.c406 ret = set_mempolicy(MPOL_BIND, node_mask->maskp, node_mask->size + 1); in bind_to_memnode()