Home
last modified time | relevance | path

Searched refs:bounds_ok (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/rust/kernel/
H A Dpage.rs150 let bounds_ok = off <= PAGE_SIZE && len <= PAGE_SIZE && (off + len) <= PAGE_SIZE; in with_pointer_into_page() localVariable
152 if bounds_ok { in with_pointer_into_page()