1MEMKIND_DAX_KMEM(3) MEMKIND_DAX_KMEM MEMKIND_DAX_KMEM(3)
2
3
4
6 memkind_dax_kmem - DAX KMEM memory memkind operations.
7 Note: This is EXPERIMENTAL API. The functionality and the header file
8 itself can be changed (including non-backward compatible changes) or
9 removed.
10
12 int memkind_dax_kmem_all_get_mbind_nodemask(struct memkind *kind, un‐
13 signed long *nodemask, unsigned long maxnode);
14
16 DAX KMEM memory memkind operations.
17
18 memkind_dax_kmem_all_get_mbind_nodemask() sets the nodemask bits to one
19 that correspond to the all persistent memory NUMA nodes in the system.
20 All other bits up to maxnode are set to zero. The nodemask can be used
21 in conjunction with the mbind(2) system call.
22
24 Copyright (C) 2019 - 2020 Intel Corporation. All rights reserved.
25
27 memkind(3), memkind_arena(3), memkind_default(3), memkind_hugetlb(3),
28 memkind_pmem(3), jemalloc(3), mbind(2), mmap(2)
29
30
31
32Intel Corporation 2019-07-19 MEMKIND_DAX_KMEM(3)