/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm02.c | 66 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in verify_ksm() local
|
D | ksm04.c | 67 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in verify_ksm() local
|
/external/ltp/testcases/kernel/mem/vma/ |
D | vma02.c | 70 struct bitmask *nmask = numa_allocate_nodemask(); in main() local
|
D | vma04.c | 63 static struct bitmask *nmask; variable
|
/external/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction01.c | 93 sigset_t nmask, omask; in handler() local
|
/external/ltp/testcases/kernel/mem/cpuset/ |
D | cpuset01.c | 51 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in test_cpuset() local
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
D | cpuset_syscall_test.c | 166 struct bitmask *nmask; in test_get_mempolicy() local
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 170 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in set_global_mempolicy() local 535 unsigned long nmask[MAXNODES / BITS_PER_LONG] = { 0 }; in test_ksm_merge_across_nodes() local
|
/external/ppp/pppd/ |
D | sys-solaris.c | 2397 u_int32_t mask, nmask, ina; local
|
D | sys-linux.c | 1907 u_int32_t mask, nmask, ina; in GetMask() local
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 3089 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()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1495 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \ argument 1498 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument 1517 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \ argument 1521 #define __sanitizer_syscall_post_mbind(res, start, len, mode, nmask, maxnode, \ argument 1526 #define __sanitizer_syscall_pre_get_mempolicy(policy, nmask, maxnode, addr, \ argument 1531 #define __sanitizer_syscall_post_get_mempolicy(res, policy, nmask, maxnode, \ argument
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1494 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \ argument 1497 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument 1516 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \ argument 1520 #define __sanitizer_syscall_post_mbind(res, start, len, mode, nmask, maxnode, \ argument 1525 #define __sanitizer_syscall_pre_get_mempolicy(policy, nmask, maxnode, addr, \ argument 1530 #define __sanitizer_syscall_post_get_mempolicy(res, policy, nmask, maxnode, \ argument
|