Skip to main content

MLFQ_TREE_MAX_NODES

Constant MLFQ_TREE_MAX_NODES 

Source
const MLFQ_TREE_MAX_NODES: usize = _; // 2_048usize
Expand description

Node budget of the shared store entry, from src/bpf/intf.h. A power of two, so the walk’s index mask is MAX_NODES - 1.