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…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…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 ) …move all pages in a process to another set of nodes NAME migrate_pages - move all pages in a process to another set of nodes LIBRARY NUMA (Non-Uniform Memory Access) policy library…move individual pages of a process to another node NAME move_pages - move individual pages of a process to another node LIBRARY NUMA (Non-Uniform Memory Access) policy library ( li…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>…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…create an endpoint for communication NAME socket - create an endpoint for communication LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socket(int do…determine CPU and NUMA node on which the calling thread is running NAME getcpu - determine CPU and NUMA node on which the calling thread is running LIBRARY Standard C library ( lib…create a special or ordinary file NAME mknod, mknodat - create a special or ordinary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> int mknod(const c…create a special or ordinary file NAME mknod, mknodat - create a special or ordinary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> int mknod(const c…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 );…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…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.…mount filesystem NAME mount - mount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int mount(const char * source , const char * target , const…ANSI C signal handling NAME signal - ANSI C signal handling LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> typedef void (*sighandler_t)(int); sighandler_t s…