Definition: Once a process enters the CPU, it cannot be interrupted. It holds the CPU until it finishes its task or voluntarily yields.
Definition: The OS acts as a strict manager. It can forcefully interrupt a running process and swap it out for another based on priority or a time limit.
vruntime. The CPU prioritizes whichever process has the lowest vruntime to balance the load.