Searched defs:maxnode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1503 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \ argument 1506 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument 1509 #define __sanitizer_syscall_pre_migrate_pages(pid, maxnode, from, to) \ argument 1512 #define __sanitizer_syscall_post_migrate_pages(res, pid, maxnode, from, to) \ argument 1525 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \ argument 1529 #define __sanitizer_syscall_post_mbind(res, start, len, mode, nmask, maxnode, \ argument 1534 #define __sanitizer_syscall_pre_get_mempolicy(policy, nmask, maxnode, addr, \ argument 1539 #define __sanitizer_syscall_post_get_mempolicy(res, policy, nmask, maxnode, \ argument
|