log.h

Summary
Base 2 log computation.
Fake variable to make docs work right :(

Functions

ilog2

static inline int ilog2(int val)

Base 2 log computation.  Used to calculate order parameters for kernel page allocations.

Variables

none

Fake variable to make docs work right :(

static inline int ilog2(int val)
Base 2 log computation.