Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 运行时ISOLCPU_Linux_Linux Kernel_Operating System_Cpu - Fatal编程技术网

Linux 运行时ISOLCPU

Linux 运行时ISOLCPU,linux,linux-kernel,operating-system,cpu,Linux,Linux Kernel,Operating System,Cpu,我想知道在运行时是否可以从userland执行/调用isolcpu?我对代码进行了一些研究,发现它主要是为了引导而编写的,但是我们可以动态地为在线/活动CPU更改CPU掩码,从而实现CPU隔离吗?这就是cpusets的用途。

我想知道在运行时是否可以从userland执行/调用isolcpu?我对代码进行了一些研究,发现它主要是为了引导而编写的,但是我们可以动态地为在线/活动CPU更改CPU掩码,从而实现CPU隔离吗?

这就是cpusets的用途。