wait for an I/O event on an epoll file descriptor NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc ,…wait for an I/O event on an epoll file descriptor NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc ,…wait for an I/O event on an epoll file descriptor NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc ,…allocates a System V shared memory segment NAME shmget - allocates a System V shared memory segment LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> int shmg…get/set hostname NAME gethostname, sethostname - get/set hostname LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int gethostname(char * name , size_t len );…get/set hostname NAME gethostname, sethostname - get/set hostname LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int gethostname(char * name , size_t len );…send multiple messages on a socket NAME sendmmsg - send multiple messages on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_mac…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 /*…set memory policy for a memory range NAME mbind - set memory policy for a memory range LIBRARY NUMA (Non-Uniform Memory Access) policy library ( libnuma , -lnuma ) SYNOPSIS #includ…read or write data into multiple buffers NAME readv, writev, preadv, pwritev, preadv2, pwritev2 - read or write data into multiple buffers LIBRARY Standard C library ( libc , -lc )…read or write data into multiple buffers NAME readv, writev, preadv, pwritev, preadv2, pwritev2 - read or write data into multiple buffers LIBRARY Standard C library ( libc , -lc )…read or write data into multiple buffers NAME readv, writev, preadv, pwritev, preadv2, pwritev2 - read or write data into multiple buffers LIBRARY Standard C library ( libc , -lc )…read or write data into multiple buffers NAME readv, writev, preadv, pwritev, preadv2, pwritev2 - read or write data into multiple buffers LIBRARY Standard C library ( libc , -lc )…read or write data into multiple buffers NAME readv, writev, preadv, pwritev, preadv2, pwritev2 - read or write data into multiple buffers LIBRARY Standard C library ( libc , -lc )…read or write data into multiple buffers NAME readv, writev, preadv, pwritev, preadv2, pwritev2 - read or write data into multiple buffers LIBRARY Standard C library ( libc , -lc )…duplicating pipe content NAME tee - duplicating pipe content LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <fcntl…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 …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 …issue memory barriers on a set of threads NAME membarrier - issue memory barriers on a set of threads LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/membarrier.…transfer data between process address spaces NAME process_vm_readv, process_vm_writev - transfer data between process address spaces LIBRARY Standard C library ( libc , -lc ) SYNOP…