pub const MAX_QUEUE_LENGTH: u32 = _; // 1_024u32Expand description
Maximum queue length before rejecting new requests.
This is a legacy alias of MAX_PENDING to keep queue helpers consistent
with the kernel config limit and avoid ambiguous capacity thresholds.