Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dmempolicy.h22 MPOL_BIND, enumerator
/Linux-v5.15/tools/testing/selftests/kvm/include/
Dnumaif.h37 #define MPOL_BIND 2 macro
/Linux-v5.15/mm/
Dmempolicy.c399 [MPOL_BIND] = {
889 case MPOL_BIND: in get_policy_nodemask()
1452 if (*mode != MPOL_BIND) in sanitize_mpol_flags()
1773 if (unlikely(mode == MPOL_BIND) && in policy_nodemask()
1801 WARN_ON_ONCE(policy->mode == MPOL_BIND && (gfp & __GFP_THISNODE)); in policy_node()
1842 case MPOL_BIND: in mempolicy_slab_node()
1949 if (mode == MPOL_BIND || mode == MPOL_PREFERRED_MANY) in huge_node()
1983 case MPOL_BIND: in init_nodemask_of_mempolicy()
2022 if (mempolicy && mempolicy->mode == MPOL_BIND) in mempolicy_in_oom_domain()
2258 case MPOL_BIND: in __mpol_equal()
[all …]
/Linux-v5.15/Documentation/translations/zh_CN/filesystems/
Dtmpfs.rst104 例如,mpol=bind=staticNodeList相当于MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/Linux-v5.15/Documentation/translations/zh_TW/filesystems/
Dtmpfs.rst105 例如,mpol=bind=staticNodeList相當於MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/Linux-v5.15/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-v5.15/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-v5.15/Documentation/filesystems/
Dtmpfs.rst128 allocation policy of MPOL_BIND | MPOL_F_STATIC_NODES.
/Linux-v5.15/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst195 MPOL_BIND
362 path". Note that for MPOL_BIND, the "usage" extends across the entire
/Linux-v5.15/tools/perf/bench/
Dnuma.c359 ret = set_mempolicy(MPOL_BIND, node_mask->maskp, node_mask->size + 1); in bind_to_memnode()