Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dmempolicy.h22 MPOL_BIND, enumerator
/linux-6.15/tools/testing/selftests/kvm/include/
H A Dnumaif.h37 #define MPOL_BIND 2 macro
/linux-6.15/mm/
H A Dmempolicy.c471 [MPOL_BIND] = {
929 case MPOL_BIND: in get_policy_nodemask()
1977 case MPOL_BIND: in mempolicy_slab_node()
2095 case MPOL_BIND: in policy_nodemask()
2178 case MPOL_BIND: in init_nodemask_of_mempolicy()
2218 if (mempolicy && mempolicy->mode == MPOL_BIND) in mempolicy_in_oom_domain()
2671 case MPOL_BIND: in __mpol_equal()
2832 case MPOL_BIND: in mpol_misplaced()
3205 [MPOL_BIND] = "bind",
3289 case MPOL_BIND: in mpol_parse_str()
[all …]
H A Dhugetlb.c2401 if (mpol->mode == MPOL_BIND && in policy_mbind_nodemask()
H A Dslub.c4013 if (mpol->mode != MPOL_BIND || !slab || in __slab_alloc_node()
/linux-6.15/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst104 例如,mpol=bind=staticNodeList相當於MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/linux-6.15/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst104 例如,mpol=bind=staticNodeList相当于MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/linux-6.15/tools/perf/util/
H A Dmmap.c115 if (mbind(data, mmap_len, MPOL_BIND, node_mask, node_index + 1 + 1, 0)) { in perf_mmap__aio_bind()
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst631 mempolicy MPOL_BIND, and the nodes to which it was bound overlap with
633 of MPOL_BIND nodes are still allowed in the new cpuset. If the task
634 was using MPOL_BIND and now none of its MPOL_BIND nodes are allowed
636 was MPOL_BIND bound to the new cpuset (even though its NUMA placement,
/linux-6.15/Documentation/filesystems/
H A Dtmpfs.rst199 allocation policy of MPOL_BIND | MPOL_F_STATIC_NODES.
/linux-6.15/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst193 MPOL_BIND
369 path". Note that for MPOL_BIND, the "usage" extends across the entire
/linux-6.15/tools/perf/bench/
H A Dnuma.c408 ret = set_mempolicy(MPOL_BIND, node_mask->maskp, node_mask->size + 1); in bind_to_memnode()