Lines Matching full:thread

23 struct thread;
1732 int linux_exit(struct thread *, struct linux_exit_args *);
1733 int linux_fork(struct thread *, struct linux_fork_args *);
1734 int linux_write(struct thread *, struct linux_write_args *);
1735 int linux_open(struct thread *, struct linux_open_args *);
1736 int linux_waitpid(struct thread *, struct linux_waitpid_args *);
1737 int linux_creat(struct thread *, struct linux_creat_args *);
1738 int linux_link(struct thread *, struct linux_link_args *);
1739 int linux_unlink(struct thread *, struct linux_unlink_args *);
1740 int linux_execve(struct thread *, struct linux_execve_args *);
1741 int linux_chdir(struct thread *, struct linux_chdir_args *);
1742 int linux_time(struct thread *, struct linux_time_args *);
1743 int linux_mknod(struct thread *, struct linux_mknod_args *);
1744 int linux_chmod(struct thread *, struct linux_chmod_args *);
1745 int linux_lchown16(struct thread *, struct linux_lchown16_args *);
1746 int linux_stat(struct thread *, struct linux_stat_args *);
1747 int linux_lseek(struct thread *, struct linux_lseek_args *);
1748 int linux_getpid(struct thread *, struct linux_getpid_args *);
1749 int linux_mount(struct thread *, struct linux_mount_args *);
1750 int linux_oldumount(struct thread *, struct linux_oldumount_args *);
1751 int linux_setuid16(struct thread *, struct linux_setuid16_args *);
1752 int linux_getuid16(struct thread *, struct linux_getuid16_args *);
1753 int linux_stime(struct thread *, struct linux_stime_args *);
1754 int linux_ptrace(struct thread *, struct linux_ptrace_args *);
1755 int linux_alarm(struct thread *, struct linux_alarm_args *);
1756 int linux_pause(struct thread *, struct linux_pause_args *);
1757 int linux_utime(struct thread *, struct linux_utime_args *);
1758 int linux_access(struct thread *, struct linux_access_args *);
1759 int linux_nice(struct thread *, struct linux_nice_args *);
1760 int linux_kill(struct thread *, struct linux_kill_args *);
1761 int linux_rename(struct thread *, struct linux_rename_args *);
1762 int linux_mkdir(struct thread *, struct linux_mkdir_args *);
1763 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
1764 int linux_pipe(struct thread *, struct linux_pipe_args *);
1765 int linux_times(struct thread *, struct linux_times_args *);
1766 int linux_brk(struct thread *, struct linux_brk_args *);
1767 int linux_setgid16(struct thread *, struct linux_setgid16_args *);
1768 int linux_getgid16(struct thread *, struct linux_getgid16_args *);
1769 int linux_signal(struct thread *, struct linux_signal_args *);
1770 int linux_geteuid16(struct thread *, struct linux_geteuid16_args *);
1771 int linux_getegid16(struct thread *, struct linux_getegid16_args *);
1772 int linux_umount(struct thread *, struct linux_umount_args *);
1773 int linux_ioctl(struct thread *, struct linux_ioctl_args *);
1774 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
1775 int linux_olduname(struct thread *, struct linux_olduname_args *);
1776 int linux_ustat(struct thread *, struct linux_ustat_args *);
1777 int linux_getppid(struct thread *, struct linux_getppid_args *);
1778 int linux_sigaction(struct thread *, struct linux_sigaction_args *);
1779 int linux_sgetmask(struct thread *, struct linux_sgetmask_args *);
1780 int linux_ssetmask(struct thread *, struct linux_ssetmask_args *);
1781 int linux_setreuid16(struct thread *, struct linux_setreuid16_args *);
1782 int linux_setregid16(struct thread *, struct linux_setregid16_args *);
1783 int linux_sigsuspend(struct thread *, struct linux_sigsuspend_args *);
1784 int linux_sigpending(struct thread *, struct linux_sigpending_args *);
1785 int linux_sethostname(struct thread *, struct linux_sethostname_args *);
1786 int linux_setrlimit(struct thread *, struct linux_setrlimit_args *);
1787 int linux_old_getrlimit(struct thread *, struct linux_old_getrlimit_args *);
1788 int linux_getgroups16(struct thread *, struct linux_getgroups16_args *);
1789 int linux_setgroups16(struct thread *, struct linux_setgroups16_args *);
1790 int linux_old_select(struct thread *, struct linux_old_select_args *);
1791 int linux_symlink(struct thread *, struct linux_symlink_args *);
1792 int linux_lstat(struct thread *, struct linux_lstat_args *);
1793 int linux_readlink(struct thread *, struct linux_readlink_args *);
1794 int linux_uselib(struct thread *, struct linux_uselib_args *);
1795 int linux_reboot(struct thread *, struct linux_reboot_args *);
1796 int linux_readdir(struct thread *, struct linux_readdir_args *);
1797 int linux_mmap(struct thread *, struct linux_mmap_args *);
1798 int linux_truncate(struct thread *, struct linux_truncate_args *);
1799 int linux_ftruncate(struct thread *, struct linux_ftruncate_args *);
1800 int linux_getpriority(struct thread *, struct linux_getpriority_args *);
1801 int linux_statfs(struct thread *, struct linux_statfs_args *);
1802 int linux_fstatfs(struct thread *, struct linux_fstatfs_args *);
1803 int linux_ioperm(struct thread *, struct linux_ioperm_args *);
1804 int linux_socketcall(struct thread *, struct linux_socketcall_args *);
1805 int linux_syslog(struct thread *, struct linux_syslog_args *);
1806 int linux_setitimer(struct thread *, struct linux_setitimer_args *);
1807 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
1808 int linux_newstat(struct thread *, struct linux_newstat_args *);
1809 int linux_newlstat(struct thread *, struct linux_newlstat_args *);
1810 int linux_newfstat(struct thread *, struct linux_newfstat_args *);
1811 int linux_uname(struct thread *, struct linux_uname_args *);
1812 int linux_iopl(struct thread *, struct linux_iopl_args *);
1813 int linux_vhangup(struct thread *, struct linux_vhangup_args *);
1814 int linux_vm86old(struct thread *, struct linux_vm86old_args *);
1815 int linux_wait4(struct thread *, struct linux_wait4_args *);
1816 int linux_swapoff(struct thread *, struct linux_swapoff_args *);
1817 int linux_sysinfo(struct thread *, struct linux_sysinfo_args *);
1818 int linux_ipc(struct thread *, struct linux_ipc_args *);
1819 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
1820 int linux_clone(struct thread *, struct linux_clone_args *);
1821 int linux_setdomainname(struct thread *, struct linux_setdomainname_args *);
1822 int linux_newuname(struct thread *, struct linux_newuname_args *);
1823 int linux_modify_ldt(struct thread *, struct linux_modify_ldt_args *);
1824 int linux_adjtimex(struct thread *, struct linux_adjtimex_args *);
1825 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
1826 int linux_sigprocmask(struct thread *, struct linux_sigprocmask_args *);
1827 int linux_init_module(struct thread *, struct linux_init_module_args *);
1828 int linux_delete_module(struct thread *, struct linux_delete_module_args *);
1829 int linux_quotactl(struct thread *, struct linux_quotactl_args *);
1830 int linux_bdflush(struct thread *, struct linux_bdflush_args *);
1831 int linux_sysfs(struct thread *, struct linux_sysfs_args *);
1832 int linux_personality(struct thread *, struct linux_personality_args *);
1833 int linux_setfsuid16(struct thread *, struct linux_setfsuid16_args *);
1834 int linux_setfsgid16(struct thread *, struct linux_setfsgid16_args *);
1835 int linux_llseek(struct thread *, struct linux_llseek_args *);
1836 int linux_getdents(struct thread *, struct linux_getdents_args *);
1837 int linux_select(struct thread *, struct linux_select_args *);
1838 int linux_msync(struct thread *, struct linux_msync_args *);
1839 int linux_writev(struct thread *, struct linux_writev_args *);
1840 int linux_getsid(struct thread *, struct linux_getsid_args *);
1841 int linux_fdatasync(struct thread *, struct linux_fdatasync_args *);
1842 int linux_sysctl(struct thread *, struct linux_sysctl_args *);
1843 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
1844 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
1845 int linux_sched_setscheduler(struct thread *, struct linux_sched_setscheduler_args *);
1846 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
1847 int linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *);
1848 int linux_sched_get_priority_min(struct thread *, struct linux_sched_get_priority_min_args *);
1849 int linux_sched_rr_get_interval(struct thread *, struct linux_sched_rr_get_interval_args *);
1850 int linux_nanosleep(struct thread *, struct linux_nanosleep_args *);
1851 int linux_mremap(struct thread *, struct linux_mremap_args *);
1852 int linux_setresuid16(struct thread *, struct linux_setresuid16_args *);
1853 int linux_getresuid16(struct thread *, struct linux_getresuid16_args *);
1854 int linux_vm86(struct thread *, struct linux_vm86_args *);
1855 int linux_poll(struct thread *, struct linux_poll_args *);
1856 int linux_setresgid16(struct thread *, struct linux_setresgid16_args *);
1857 int linux_getresgid16(struct thread *, struct linux_getresgid16_args *);
1858 int linux_prctl(struct thread *, struct linux_prctl_args *);
1859 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
1860 int linux_rt_sigaction(struct thread *, struct linux_rt_sigaction_args *);
1861 int linux_rt_sigprocmask(struct thread *, struct linux_rt_sigprocmask_args *);
1862 int linux_rt_sigpending(struct thread *, struct linux_rt_sigpending_args *);
1863 int linux_rt_sigtimedwait(struct thread *, struct linux_rt_sigtimedwait_args *);
1864 int linux_rt_sigqueueinfo(struct thread *, struct linux_rt_sigqueueinfo_args *);
1865 int linux_rt_sigsuspend(struct thread *, struct linux_rt_sigsuspend_args *);
1866 int linux_pread(struct thread *, struct linux_pread_args *);
1867 int linux_pwrite(struct thread *, struct linux_pwrite_args *);
1868 int linux_chown16(struct thread *, struct linux_chown16_args *);
1869 int linux_getcwd(struct thread *, struct linux_getcwd_args *);
1870 int linux_capget(struct thread *, struct linux_capget_args *);
1871 int linux_capset(struct thread *, struct linux_capset_args *);
1872 int linux_sigaltstack(struct thread *, struct linux_sigaltstack_args *);
1873 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
1874 int linux_vfork(struct thread *, struct linux_vfork_args *);
1875 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
1876 int linux_mmap2(struct thread *, struct linux_mmap2_args *);
1877 int linux_truncate64(struct thread *, struct linux_truncate64_args *);
1878 int linux_ftruncate64(struct thread *, struct linux_ftruncate64_args *);
1879 int linux_stat64(struct thread *, struct linux_stat64_args *);
1880 int linux_lstat64(struct thread *, struct linux_lstat64_args *);
1881 int linux_fstat64(struct thread *, struct linux_fstat64_args *);
1882 int linux_lchown(struct thread *, struct linux_lchown_args *);
1883 int linux_getuid(struct thread *, struct linux_getuid_args *);
1884 int linux_getgid(struct thread *, struct linux_getgid_args *);
1885 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
1886 int linux_setgroups(struct thread *, struct linux_setgroups_args *);
1887 int linux_chown(struct thread *, struct linux_chown_args *);
1888 int linux_setfsuid(struct thread *, struct linux_setfsuid_args *);
1889 int linux_setfsgid(struct thread *, struct linux_setfsgid_args *);
1890 int linux_pivot_root(struct thread *, struct linux_pivot_root_args *);
1891 int linux_mincore(struct thread *, struct linux_mincore_args *);
1892 int linux_madvise(struct thread *, struct linux_madvise_args *);
1893 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
1894 int linux_fcntl64(struct thread *, struct linux_fcntl64_args *);
1895 int linux_gettid(struct thread *, struct linux_gettid_args *);
1896 int linux_setxattr(struct thread *, struct linux_setxattr_args *);
1897 int linux_lsetxattr(struct thread *, struct linux_lsetxattr_args *);
1898 int linux_fsetxattr(struct thread *, struct linux_fsetxattr_args *);
1899 int linux_getxattr(struct thread *, struct linux_getxattr_args *);
1900 int linux_lgetxattr(struct thread *, struct linux_lgetxattr_args *);
1901 int linux_fgetxattr(struct thread *, struct linux_fgetxattr_args *);
1902 int linux_listxattr(struct thread *, struct linux_listxattr_args *);
1903 int linux_llistxattr(struct thread *, struct linux_llistxattr_args *);
1904 int linux_flistxattr(struct thread *, struct linux_flistxattr_args *);
1905 int linux_removexattr(struct thread *, struct linux_removexattr_args *);
1906 int linux_lremovexattr(struct thread *, struct linux_lremovexattr_args *);
1907 int linux_fremovexattr(struct thread *, struct linux_fremovexattr_args *);
1908 int linux_tkill(struct thread *, struct linux_tkill_args *);
1909 int linux_sendfile64(struct thread *, struct linux_sendfile64_args *);
1910 int linux_sys_futex(struct thread *, struct linux_sys_futex_args *);
1911 int linux_sched_setaffinity(struct thread *, struct linux_sched_setaffinity_args *);
1912 int linux_sched_getaffinity(struct thread *, struct linux_sched_getaffinity_args *);
1913 int linux_set_thread_area(struct thread *, struct linux_set_thread_area_args *);
1914 int linux_get_thread_area(struct thread *, struct linux_get_thread_area_args *);
1915 int linux_fadvise64(struct thread *, struct linux_fadvise64_args *);
1916 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
1917 int linux_lookup_dcookie(struct thread *, struct linux_lookup_dcookie_args *);
1918 int linux_epoll_create(struct thread *, struct linux_epoll_create_args *);
1919 int linux_epoll_ctl(struct thread *, struct linux_epoll_ctl_args *);
1920 int linux_epoll_wait(struct thread *, struct linux_epoll_wait_args *);
1921 int linux_remap_file_pages(struct thread *, struct linux_remap_file_pages_args *);
1922 int linux_set_tid_address(struct thread *, struct linux_set_tid_address_args *);
1923 int linux_timer_create(struct thread *, struct linux_timer_create_args *);
1924 int linux_timer_settime(struct thread *, struct linux_timer_settime_args *);
1925 int linux_timer_gettime(struct thread *, struct linux_timer_gettime_args *);
1926 int linux_timer_getoverrun(struct thread *, struct linux_timer_getoverrun_args *);
1927 int linux_timer_delete(struct thread *, struct linux_timer_delete_args *);
1928 int linux_clock_settime(struct thread *, struct linux_clock_settime_args *);
1929 int linux_clock_gettime(struct thread *, struct linux_clock_gettime_args *);
1930 int linux_clock_getres(struct thread *, struct linux_clock_getres_args *);
1931 int linux_clock_nanosleep(struct thread *, struct linux_clock_nanosleep_args *);
1932 int linux_statfs64(struct thread *, struct linux_statfs64_args *);
1933 int linux_fstatfs64(struct thread *, struct linux_fstatfs64_args *);
1934 int linux_tgkill(struct thread *, struct linux_tgkill_args *);
1935 int linux_utimes(struct thread *, struct linux_utimes_args *);
1936 int linux_fadvise64_64(struct thread *, struct linux_fadvise64_64_args *);
1937 int linux_mbind(struct thread *, struct linux_mbind_args *);
1938 int linux_get_mempolicy(struct thread *, struct linux_get_mempolicy_args *);
1939 int linux_set_mempolicy(struct thread *, struct linux_set_mempolicy_args *);
1940 int linux_mq_open(struct thread *, struct linux_mq_open_args *);
1941 int linux_mq_unlink(struct thread *, struct linux_mq_unlink_args *);
1942 int linux_mq_timedsend(struct thread *, struct linux_mq_timedsend_args *);
1943 int linux_mq_timedreceive(struct thread *, struct linux_mq_timedreceive_args *);
1944 int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
1945 int linux_mq_getsetattr(struct thread *, struct linux_mq_getsetattr_args *);
1946 int linux_kexec_load(struct thread *, struct linux_kexec_load_args *);
1947 int linux_waitid(struct thread *, struct linux_waitid_args *);
1948 int linux_add_key(struct thread *, struct linux_add_key_args *);
1949 int linux_request_key(struct thread *, struct linux_request_key_args *);
1950 int linux_keyctl(struct thread *, struct linux_keyctl_args *);
1951 int linux_ioprio_set(struct thread *, struct linux_ioprio_set_args *);
1952 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
1953 int linux_inotify_init(struct thread *, struct linux_inotify_init_args *);
1954 int linux_inotify_add_watch(struct thread *, struct linux_inotify_add_watch_args *);
1955 int linux_inotify_rm_watch(struct thread *, struct linux_inotify_rm_watch_args *);
1956 int linux_migrate_pages(struct thread *, struct linux_migrate_pages_args *);
1957 int linux_openat(struct thread *, struct linux_openat_args *);
1958 int linux_mkdirat(struct thread *, struct linux_mkdirat_args *);
1959 int linux_mknodat(struct thread *, struct linux_mknodat_args *);
1960 int linux_fchownat(struct thread *, struct linux_fchownat_args *);
1961 int linux_futimesat(struct thread *, struct linux_futimesat_args *);
1962 int linux_fstatat64(struct thread *, struct linux_fstatat64_args *);
1963 int linux_unlinkat(struct thread *, struct linux_unlinkat_args *);
1964 int linux_renameat(struct thread *, struct linux_renameat_args *);
1965 int linux_linkat(struct thread *, struct linux_linkat_args *);
1966 int linux_symlinkat(struct thread *, struct linux_symlinkat_args *);
1967 int linux_readlinkat(struct thread *, struct linux_readlinkat_args *);
1968 int linux_fchmodat(struct thread *, struct linux_fchmodat_args *);
1969 int linux_faccessat(struct thread *, struct linux_faccessat_args *);
1970 int linux_pselect6(struct thread *, struct linux_pselect6_args *);
1971 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
1972 int linux_unshare(struct thread *, struct linux_unshare_args *);
1973 int linux_set_robust_list(struct thread *, struct linux_set_robust_list_args *);
1974 int linux_get_robust_list(struct thread *, struct linux_get_robust_list_args *);
1975 int linux_splice(struct thread *, struct linux_splice_args *);
1976 int linux_sync_file_range(struct thread *, struct linux_sync_file_range_args *);
1977 int linux_tee(struct thread *, struct linux_tee_args *);
1978 int linux_vmsplice(struct thread *, struct linux_vmsplice_args *);
1979 int linux_move_pages(struct thread *, struct linux_move_pages_args *);
1980 int linux_getcpu(struct thread *, struct linux_getcpu_args *);
1981 int linux_epoll_pwait(struct thread *, struct linux_epoll_pwait_args *);
1982 int linux_utimensat(struct thread *, struct linux_utimensat_args *);
1983 int linux_signalfd(struct thread *, struct linux_signalfd_args *);
1984 int linux_timerfd_create(struct thread *, struct linux_timerfd_create_args *);
1985 int linux_eventfd(struct thread *, struct linux_eventfd_args *);
1986 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
1987 int linux_timerfd_settime(struct thread *, struct linux_timerfd_settime_args *);
1988 int linux_timerfd_gettime(struct thread *, struct linux_timerfd_gettime_args *);
1989 int linux_signalfd4(struct thread *, struct linux_signalfd4_args *);
1990 int linux_eventfd2(struct thread *, struct linux_eventfd2_args *);
1991 int linux_epoll_create1(struct thread *, struct linux_epoll_create1_args *);
1992 int linux_dup3(struct thread *, struct linux_dup3_args *);
1993 int linux_pipe2(struct thread *, struct linux_pipe2_args *);
1994 int linux_inotify_init1(struct thread *, struct linux_inotify_init1_args *);
1995 int linux_preadv(struct thread *, struct linux_preadv_args *);
1996 int linux_pwritev(struct thread *, struct linux_pwritev_args *);
1997 int linux_rt_tgsigqueueinfo(struct thread *, struct linux_rt_tgsigqueueinfo_args *);
1998 int linux_perf_event_open(struct thread *, struct linux_perf_event_open_args *);
1999 int linux_recvmmsg(struct thread *, struct linux_recvmmsg_args *);
2000 int linux_fanotify_init(struct thread *, struct linux_fanotify_init_args *);
2001 int linux_fanotify_mark(struct thread *, struct linux_fanotify_mark_args *);
2002 int linux_prlimit64(struct thread *, struct linux_prlimit64_args *);
2003 int linux_name_to_handle_at(struct thread *, struct linux_name_to_handle_at_args *);
2004 int linux_open_by_handle_at(struct thread *, struct linux_open_by_handle_at_args *);
2005 int linux_clock_adjtime(struct thread *, struct linux_clock_adjtime_args *);
2006 int linux_syncfs(struct thread *, struct linux_syncfs_args *);
2007 int linux_sendmmsg(struct thread *, struct linux_sendmmsg_args *);
2008 int linux_setns(struct thread *, struct linux_setns_args *);
2009 int linux_process_vm_readv(struct thread *, struct linux_process_vm_readv_args *);
2010 int linux_process_vm_writev(struct thread *, struct linux_process_vm_writev_args *);
2011 int linux_kcmp(struct thread *, struct linux_kcmp_args *);
2012 int linux_finit_module(struct thread *, struct linux_finit_module_args *);
2013 int linux_sched_setattr(struct thread *, struct linux_sched_setattr_args *);
2014 int linux_sched_getattr(struct thread *, struct linux_sched_getattr_args *);
2015 int linux_renameat2(struct thread *, struct linux_renameat2_args *);
2016 int linux_seccomp(struct thread *, struct linux_seccomp_args *);
2017 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
2018 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
2019 int linux_bpf(struct thread *, struct linux_bpf_args *);
2020 int linux_execveat(struct thread *, struct linux_execveat_args *);
2021 int linux_socket(struct thread *, struct linux_socket_args *);
2022 int linux_socketpair(struct thread *, struct linux_socketpair_args *);
2023 int linux_bind(struct thread *, struct linux_bind_args *);
2024 int linux_connect(struct thread *, struct linux_connect_args *);
2025 int linux_listen(struct thread *, struct linux_listen_args *);
2026 int linux_accept4(struct thread *, struct linux_accept4_args *);
2027 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
2028 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
2029 int linux_getsockname(struct thread *, struct linux_getsockname_args *);
2030 int linux_getpeername(struct thread *, struct linux_getpeername_args *);
2031 int linux_sendto(struct thread *, struct linux_sendto_args *);
2032 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
2033 int linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
2034 int linux_recvmsg(struct thread *, struct linux_recvmsg_args *);
2035 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
2036 int linux_userfaultfd(struct thread *, struct linux_userfaultfd_args *);
2037 int linux_membarrier(struct thread *, struct linux_membarrier_args *);
2038 int linux_mlock2(struct thread *, struct linux_mlock2_args *);
2039 int linux_copy_file_range(struct thread *, struct linux_copy_file_range_args *);
2040 int linux_preadv2(struct thread *, struct linux_preadv2_args *);
2041 int linux_pwritev2(struct thread *, struct linux_pwritev2_args *);
2042 int linux_pkey_mprotect(struct thread *, struct linux_pkey_mprotect_args *);
2043 int linux_pkey_alloc(struct thread *, struct linux_pkey_alloc_args *);
2044 int linux_pkey_free(struct thread *, struct linux_pkey_free_args *);
2045 int linux_statx(struct thread *, struct linux_statx_args *);
2046 int linux_arch_prctl(struct thread *, struct linux_arch_prctl_args *);
2047 int linux_io_pgetevents(struct thread *, struct linux_io_pgetevents_args *);
2048 int linux_rseq(struct thread *, struct linux_rseq_args *);
2049 int linux_semget(struct thread *, struct linux_semget_args *);
2050 int linux_semctl(struct thread *, struct linux_semctl_args *);
2051 int linux_shmget(struct thread *, struct linux_shmget_args *);
2052 int linux_shmctl(struct thread *, struct linux_shmctl_args *);
2053 int linux_shmat(struct thread *, struct linux_shmat_args *);
2054 int linux_shmdt(struct thread *, struct linux_shmdt_args *);
2055 int linux_msgget(struct thread *, struct linux_msgget_args *);
2056 int linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
2057 int linux_msgrcv(struct thread *, struct linux_msgrcv_args *);
2058 int linux_msgctl(struct thread *, struct linux_msgctl_args *);
2059 int linux_clock_gettime64(struct thread *, struct linux_clock_gettime64_args *);
2060 int linux_clock_settime64(struct thread *, struct linux_clock_settime64_args *);
2061 int linux_clock_adjtime64(struct thread *, struct linux_clock_adjtime64_args *);
2062 int linux_clock_getres_time64(struct thread *, struct linux_clock_getres_time64_args *);
2063 int linux_clock_nanosleep_time64(struct thread *, struct linux_clock_nanosleep_time64_args *);
2064 int linux_timer_gettime64(struct thread *, struct linux_timer_gettime64_args *);
2065 int linux_timer_settime64(struct thread *, struct linux_timer_settime64_args *);
2066 int linux_timerfd_gettime64(struct thread *, struct linux_timerfd_gettime64_args *);
2067 int linux_timerfd_settime64(struct thread *, struct linux_timerfd_settime64_args *);
2068 int linux_utimensat_time64(struct thread *, struct linux_utimensat_time64_args *);
2069 int linux_pselect6_time64(struct thread *, struct linux_pselect6_time64_args *);
2070 int linux_ppoll_time64(struct thread *, struct linux_ppoll_time64_args *);
2071 int linux_io_pgetevents_time64(struct thread *, struct linux_io_pgetevents_time64_args *);
2072 int linux_recvmmsg_time64(struct thread *, struct linux_recvmmsg_time64_args *);
2073 int linux_mq_timedsend_time64(struct thread *, struct linux_mq_timedsend_time64_args *);
2074 int linux_mq_timedreceive_time64(struct thread *, struct linux_mq_timedreceive_time64_args *);
2075 int linux_semtimedop_time64(struct thread *, struct linux_semtimedop_time64_args *);
2076 int linux_rt_sigtimedwait_time64(struct thread *, struct linux_rt_sigtimedwait_time64_args *);
2077 int linux_sys_futex_time64(struct thread *, struct linux_sys_futex_time64_args *);
2078 int linux_sched_rr_get_interval_time64(struct thread *, struct linux_sched_rr_get_interval_time64_a…
2079 int linux_pidfd_send_signal(struct thread *, struct linux_pidfd_send_signal_args *);
2080 int linux_io_uring_setup(struct thread *, struct linux_io_uring_setup_args *);
2081 int linux_io_uring_enter(struct thread *, struct linux_io_uring_enter_args *);
2082 int linux_io_uring_register(struct thread *, struct linux_io_uring_register_args *);
2083 int linux_open_tree(struct thread *, struct linux_open_tree_args *);
2084 int linux_move_mount(struct thread *, struct linux_move_mount_args *);
2085 int linux_fsopen(struct thread *, struct linux_fsopen_args *);
2086 int linux_fsconfig(struct thread *, struct linux_fsconfig_args *);
2087 int linux_fsmount(struct thread *, struct linux_fsmount_args *);
2088 int linux_fspick(struct thread *, struct linux_fspick_args *);
2089 int linux_pidfd_open(struct thread *, struct linux_pidfd_open_args *);
2090 int linux_clone3(struct thread *, struct linux_clone3_args *);
2091 int linux_close_range(struct thread *, struct linux_close_range_args *);
2092 int linux_openat2(struct thread *, struct linux_openat2_args *);
2093 int linux_pidfd_getfd(struct thread *, struct linux_pidfd_getfd_args *);
2094 int linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
2095 int linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
2096 int linux_epoll_pwait2_64(struct thread *, struct linux_epoll_pwait2_64_args *);
2097 int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
2098 int linux_quotactl_fd(struct thread *, struct linux_quotactl_fd_args *);
2099 int linux_landlock_create_ruleset(struct thread *, struct linux_landlock_create_ruleset_args *);
2100 int linux_landlock_add_rule(struct thread *, struct linux_landlock_add_rule_args *);
2101 int linux_landlock_restrict_self(struct thread *, struct linux_landlock_restrict_self_args *);
2102 int linux_memfd_secret(struct thread *, struct linux_memfd_secret_args *);
2103 int linux_process_mrelease(struct thread *, struct linux_process_mrelease_args *);
2104 int linux_futex_waitv(struct thread *, struct linux_futex_waitv_args *);
2105 int linux_set_mempolicy_home_node(struct thread *, struct linux_set_mempolicy_home_node_args *);
2106 int linux_cachestat(struct thread *, struct linux_cachestat_args *);
2107 int linux_fchmodat2(struct thread *, struct linux_fchmodat2_args *);