SCX eBPF function log2_u64
The log2_u64
function computes the base 2 logarithm of a 64-bit exponential value.
Definition
Usage
Compute the base 2 logarithm of a 64-bit value.
Parameters
v
: The value for which we're computing the base 2 logarithm.
Example
Docs could be improved
This part of the docs is incomplete, contributions are very welcome