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…set and get scheduling policy/parameters NAME sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…set and get scheduling policy/parameters NAME sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…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 ) …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…get static priority range NAME sched_get_priority_max, sched_get_priority_min - get static priority range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …get static priority range NAME sched_get_priority_max, sched_get_priority_min - get static priority range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …set and get scheduling policy and attributes NAME sched_setattr, sched_getattr - set and get scheduling policy and attributes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…set and get scheduling policy and attributes NAME sched_setattr, sched_getattr - set and get scheduling policy and attributes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…load a new kernel for later execution NAME kexec_load, kexec_file_load - load a new kernel for later execution LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/ke…load a new kernel for later execution NAME kexec_load, kexec_file_load - load a new kernel for later execution LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/ke…set and get scheduling parameters NAME sched_setparam, sched_getparam - set and get scheduling parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …set and get scheduling parameters NAME sched_setparam, sched_getparam - set and get scheduling parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …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…execute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv […create an anonymous RAM-based file to access secret memory regions NAME memfd_secret - create an anonymous RAM-based file to access secret memory regions LIBRARY Standard C library…enforce a Landlock ruleset NAME landlock_restrict_self - enforce a Landlock ruleset LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/landlock.h> /* Definition of …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…