/external/strace/tests-mx32/ |
D | set_mempolicy.c | 49 print_nodes(const unsigned long maxnode, unsigned int offset) in print_nodes() 98 unsigned long maxnode = get_page_size() * 8; in test_offset() local 131 const unsigned long maxnode = (unsigned long) 0xcafef00dbadc0dedULL; in main() local
|
D | get_mempolicy.c | 46 print_nodes(unsigned long maxnode) in print_nodes() 84 unsigned long maxnode = (unsigned long) 0xcafef00dbadc0dedULL; in main() local
|
D | mbind.c | 44 const unsigned long maxnode = (unsigned long) 0xdeadbeeffffffff2ULL; in main() local
|
/external/strace/tests-m32/ |
D | set_mempolicy.c | 49 print_nodes(const unsigned long maxnode, unsigned int offset) in print_nodes() 98 unsigned long maxnode = get_page_size() * 8; in test_offset() local 131 const unsigned long maxnode = (unsigned long) 0xcafef00dbadc0dedULL; in main() local
|
D | get_mempolicy.c | 46 print_nodes(unsigned long maxnode) in print_nodes() 84 unsigned long maxnode = (unsigned long) 0xcafef00dbadc0dedULL; in main() local
|
D | mbind.c | 44 const unsigned long maxnode = (unsigned long) 0xdeadbeeffffffff2ULL; in main() local
|
/external/strace/tests/ |
D | set_mempolicy.c | 49 print_nodes(const unsigned long maxnode, unsigned int offset) in print_nodes() 98 unsigned long maxnode = get_page_size() * 8; in test_offset() local 131 const unsigned long maxnode = (unsigned long) 0xcafef00dbadc0dedULL; in main() local
|
D | get_mempolicy.c | 46 print_nodes(unsigned long maxnode) in print_nodes() 84 unsigned long maxnode = (unsigned long) 0xcafef00dbadc0dedULL; in main() local
|
D | mbind.c | 44 const unsigned long maxnode = (unsigned long) 0xdeadbeeffffffff2ULL; in main() local
|
/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 1501 #define __sanitizer_syscall_pre_migrate_pages(pid, maxnode, from, to) \ argument 1504 #define __sanitizer_syscall_post_migrate_pages(res, pid, maxnode, from, to) \ 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 1500 #define __sanitizer_syscall_pre_migrate_pages(pid, maxnode, from, to) \ argument 1503 #define __sanitizer_syscall_post_migrate_pages(res, pid, maxnode, from, to) \ 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
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 3090 unsigned long maxnode, void *addr, int flags) in get_mempolicy() 3096 static int set_mempolicy(int mode, unsigned long *nmask, unsigned long maxnode) in set_mempolicy()
|