pub const PAGE_SIZE: usize = 1 << bindings::PAGE_SHIFT; // 4_096usize
Expand description

Page size defined in terms of the PAGE_SHIFT macro from C.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.