⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module load_balance

Module load_balance 

Source
Expand description

Load balancing and task migration between CPUs

Implements periodic load balancing across CPUs, task migration from overloaded to underloaded CPUs, and deferred cleanup of dead tasks.

Functions§

balance_load
Perform load balancing across CPUs
cleanup_dead_tasks
Clean up dead tasks that have been marked for deferred deallocation