Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dpages.rs144 let bits_that_should_be_free = relevant_bits - checking_bit_range.0; in all_free() localVariable
145 let free_mask = (1 << bits_that_should_be_free) - 1; in all_free()