Home
last modified time | relevance | path

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

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