Searched defs:maxnode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A 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
|