load a new kernel for later execution NAME kexec_load, kexec_file_load - load a new kernel for later execution LIBRARY Standard C library ( lib...load a new kernel for later execution NAME kexec_load, kexec_file_load - load a new kernel for later execution LIBRARY Standard C library ( lib......XEC , 0x45584543, since Linux 2.6.13). Execute a kernel that has been loaded earlier with kexec_load (2). This option is available only if the kernel was configured with CONFIG_…return system information NAME sysinfo - return system information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysinfo.h> int sysinfo(struct sysinfo * info ); …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…perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …ioctls for console terminal and virtual consoles NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #i…operations with z/Architecture guarded storage facility NAME s390_guarded_storage - operations with z/Architecture guarded storage facility LIBRARY Standard C library ( libc , -lc …...6.13 ipc (2) 1.0 kcmp (2) 3.5 kern_features (2) 3.7 SPARC64 only kexec_file_load (2) 3.17 kexec_load (2) 2.6.13 keyctl (2) 2.6.10 kill (2) 1.0 landlock_add_rule (2) 5.13 landloc…ioctls for console terminal and virtual consoles NAME ioctl_console - ioctls for console terminal and virtual consoles SYNOPSIS #include <sys/ioctl.h> int ioctl(int fd , unsigned l…query the kernel for various bits pertaining to modules NAME query_module - query the kernel for various bits pertaining to modules SYNOPSIS #include <linux/module.h> [[deprecated]…load shared library NAME uselib - load shared library SYNOPSIS #include <unistd.h> [[deprecated]] int uselib(const char * library ); DESCRIPTION The system call uselib () serves to…interface to IA-64 performance monitoring unit NAME perfmonctl - interface to IA-64 performance monitoring unit SYNOPSIS #include <syscall.h> #include <perfmon.h> long perfmonctl(i…create a loadable module entry NAME create_module - create a loadable module entry SYNOPSIS #include <linux/module.h> [[deprecated]] caddr_t create_module(const char * name , size_…unload a kernel module NAME delete_module - unload a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition of O_* constants */ #include …get or set value of an interval timer NAME getitimer, setitimer - get or set value of an interval timer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/time.h> int…get or set value of an interval timer NAME getitimer, setitimer - get or set value of an interval timer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/time.h> int…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.…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 ) …