create a new spu context NAME spu_create - create a new spu context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #inc…create an anonymous file NAME memfd_create - create an anonymous file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #inclu…open an epoll file descriptor NAME epoll_create, epoll_create1 - open an epoll file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/epoll.h> int epoll_c…create a loadable module entry NAME create_module - create a loadable module entry SYNOPSIS #include <linux/module.h> [[deprecated]] caddr_t create_module(const char * name , size_…create a new Landlock ruleset NAME landlock_create_ruleset - create a new Landlock ruleset LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/landlock.h> /* Definit…open an epoll file descriptor NAME epoll_create, epoll_create1 - open an epoll file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/epoll.h> int epoll_c…create a POSIX per-process timer NAME timer_create - create a POSIX per-process timer LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <signal.h> /* Definition of SIGEV…timers that notify via file descriptors NAME timerfd_create, timerfd_settime, timerfd_gettime - timers that notify via file descriptors LIBRARY Standard C library ( libc , -lc ) SY…timers that notify via file descriptors NAME timerfd_create, timerfd_settime, timerfd_gettime - timers that notify via file descriptors LIBRARY Standard C library ( libc , -lc ) SY…timers that notify via file descriptors NAME timerfd_create, timerfd_settime, timerfd_gettime - timers that notify via file descriptors LIBRARY Standard C library ( libc , -lc ) SY…add, remove, or modify an fanotify mark on a filesystem object NAME fanotify_mark - add, remove, or modify an fanotify mark on a filesystem object LIBRARY Standard C library ( libc…create a nonlinear file mapping NAME remap_file_pages - create a nonlinear file mapping LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_m…execute an SPU context NAME spu_run - execute an SPU context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #include <s…create an anonymous RAM-based file to access secret memory regions NAME memfd_secret - create an anonymous RAM-based file to access secret memory regions LIBRARY Standard C library…add a new Landlock rule to a ruleset NAME landlock_add_rule - add a new Landlock rule to a ruleset LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/landlock.h> /*…perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …set an extended attribute value NAME setxattr, lsetxattr, fsetxattr - set an extended attribute value LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> int …set an extended attribute value NAME setxattr, lsetxattr, fsetxattr - set an extended attribute value LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> int …set an extended attribute value NAME setxattr, lsetxattr, fsetxattr - set an extended attribute value LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> int …set an alarm clock for delivery of a signal NAME alarm - set an alarm clock for delivery of a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> unsigned…