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…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 , -…high-resolution sleep NAME nanosleep - high-resolution sleep LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> int nanosleep(const struct timespec * duration , s…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 /*…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.…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…initiate file readahead into page cache NAME readahead - initiate file readahead into page cache LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See featu…add a key to the kernel's key management facility NAME add_key - add a key to the kernel's key management facility LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <keyu…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…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…get resource usage NAME getrusage - get resource usage LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrusage(int who , struct rusage * usage );…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…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…close a file descriptor NAME close - close a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int close(int fd ); DESCRIPTION close () closes …Linux system calls NAME syscalls - Linux system calls SYNOPSIS Linux system calls. DESCRIPTION The system call is the fundamental interface between an application and the Linux ker…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…