set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…set up performance monitoring NAME perf_event_open - set up performance monitoring LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/perf_event.h> /* Definition of…disassociate parts of the process execution context NAME unshare - disassociate parts of the process execution context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _G…operate on Secure Computing state of the process NAME seccomp - operate on Secure Computing state of the process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/…get the secure computing mode NAME PR_GET_SECCOMP - get the secure computing mode LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* …give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…load a kernel module NAME init_module, finit_module - load a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/module.h> /* Definition of MODULE_* co…load a kernel module NAME init_module, finit_module - load a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/module.h> /* Definition of MODULE_* co…ioctl() operations for epoll file descriptors NAME ioctl_eventpoll, EPIOCSPARAMS, EPIOCGPARAMS - ioctl() operations for epoll file descriptors LIBRARY Standard C library ( libc , -…accept a connection on a socket NAME accept, accept4 - accept a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int accept(int soc…accept a connection on a socket NAME accept, accept4 - accept a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int accept(int soc…request a key from the kernel's key management facility NAME request_key - request a key from the kernel's key management facility LIBRARY Linux Key Management Utilities ( libkeyut…load a new kernel for later execution NAME kexec_load, kexec_file_load - load a new kernel for later execution LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/ke…load a new kernel for later execution NAME kexec_load, kexec_file_load - load a new kernel for later execution LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/ke…reboot or enable/disable Ctrl-Alt-Del NAME reboot - reboot or enable/disable Ctrl-Alt-Del LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Since Linux 2.1.30 there are symboli…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…allocate or free huge pages NAME alloc_hugepages, free_hugepages - allocate or free huge pages SYNOPSIS void *syscall(SYS_alloc_hugepages, int key , void addr [. len ], size_t len …