Home
last modified time | relevance | path

Searched defs:nmask (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/mem/ksm/
Dksm04.c64 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in verify_ksm() local
Dksm02.c64 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in verify_ksm() local
/third_party/ltp/testcases/kernel/mem/vma/
Dvma02.c70 struct bitmask *nmask = numa_allocate_nodemask(); in main() local
Dvma04.c63 static struct bitmask *nmask; variable
/third_party/ltp/testcases/kernel/syscalls/sigaction/
Dsigaction01.c93 sigset_t nmask, omask; in handler() local
/third_party/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c51 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in test_cpuset() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
Dcpuset_syscall_test.c166 struct bitmask *nmask; in test_get_mempolicy() local
/third_party/ltp/testcases/kernel/mem/lib/
Dmem.c171 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in set_global_mempolicy() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3089 static int get_mempolicy(int *policy, unsigned long *nmask, in get_mempolicy()
3096 static int set_mempolicy(int mode, unsigned long *nmask, unsigned long maxnode) in set_mempolicy()