Searched refs:MPOL_BIND (Results 1 – 11 of 11) sorted by relevance
| /linux/include/uapi/linux/ |
| A D | mempolicy.h | 22 MPOL_BIND, enumerator
|
| /linux/tools/testing/selftests/kvm/include/ |
| A D | numaif.h | 37 #define MPOL_BIND 2 macro
|
| /linux/mm/ |
| A D | mempolicy.c | 440 [MPOL_BIND] = { 898 case MPOL_BIND: in get_policy_nodemask() 1942 case MPOL_BIND: in mempolicy_slab_node() 2060 case MPOL_BIND: in policy_nodemask() 2143 case MPOL_BIND: in init_nodemask_of_mempolicy() 2183 if (mempolicy && mempolicy->mode == MPOL_BIND) in mempolicy_in_oom_domain() 2621 case MPOL_BIND: in __mpol_equal() 2782 case MPOL_BIND: in mpol_misplaced() 3155 [MPOL_BIND] = "bind", 3239 case MPOL_BIND: in mpol_parse_str() [all …]
|
| A D | hugetlb.c | 2443 if (mpol->mode == MPOL_BIND && in policy_mbind_nodemask()
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| A D | tmpfs.rst | 104 例如,mpol=bind=staticNodeList相当于MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
|
| /linux/Documentation/translations/zh_TW/filesystems/ |
| A D | tmpfs.rst | 104 例如,mpol=bind=staticNodeList相當於MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
|
| /linux/tools/perf/util/ |
| A D | mmap.c | 115 if (mbind(data, mmap_len, MPOL_BIND, node_mask, node_index + 1 + 1, 0)) { in perf_mmap__aio_bind()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| A D | cpusets.rst | 631 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/Documentation/filesystems/ |
| A D | tmpfs.rst | 199 allocation policy of MPOL_BIND | MPOL_F_STATIC_NODES.
|
| /linux/Documentation/admin-guide/mm/ |
| A D | numa_memory_policy.rst | 193 MPOL_BIND 369 path". Note that for MPOL_BIND, the "usage" extends across the entire
|
| /linux/tools/perf/bench/ |
| A D | numa.c | 406 ret = set_mempolicy(MPOL_BIND, node_mask->maskp, node_mask->size + 1); in bind_to_memnode()
|
Completed in 33 milliseconds