destroy an asynchronous I/O context NAME io_destroy - destroy an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/aio_abi.h> /* Definitio…cancel an outstanding asynchronous I/O operation NAME io_cancel - cancel an outstanding asynchronous I/O operation LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchro…read asynchronous I/O events from the completion queue NAME io_getevents - read asynchronous I/O events from the completion queue LIBRARY Standard C library ( libc , -lc ) Alternat…change properties of a mount or mount tree NAME mount_setattr - change properties of a mount or mount tree LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fcntl.…setup devices and filesystems, mount root filesystem NAME setup - setup devices and filesystems, mount root filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <…create an asynchronous I/O context NAME io_setup - create an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchronous I/O library ( libaio , -…submit asynchronous I/O blocks for processing NAME io_submit - submit asynchronous I/O blocks for processing LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchronous I…create a child process NAME fork - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t fork(void); DESCRIPTION fork () creates a new…retrieve NUMA memory policy for a thread NAME get_mempolicy - retrieve NUMA memory policy for a thread LIBRARY NUMA (Non-Uniform Memory Access) policy library ( libnuma , -lnuma ) …set default NUMA memory policy for a thread and its children NAME set_mempolicy - set default NUMA memory policy for a thread and its children LIBRARY NUMA (Non-Uniform Memory Acce…close all file descriptors in a given range NAME close_range - close all file descriptors in a given range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /*…examine and change a signal action NAME sigaction, rt_sigaction - examine and change a signal action LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int siga…examine and change a signal action NAME sigaction, rt_sigaction - examine and change a signal action LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int siga…create a pair of connected sockets NAME socketpair - create a pair of connected sockets LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socketpair(in…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…emulate STHYI instruction NAME s390_sthyi - emulate STHYI instruction LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/sthyi.h> /* Definition of STHYI_* constants *…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…manipulate file descriptor NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int fcntl(int fd , int op , ... /* arg */ )…