Home
last modified time | relevance | path

Searched defs:ReserveNewSuccess (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs295 pub(crate) struct ReserveNewSuccess<T> { struct
296 pub(crate) offset: usize,
297 pub(crate) oneway_spam_detected: bool,
301 _empty_array_alloc: Option<EmptyArrayAlloc<T>>,
302 _new_tree_alloc: Option<FromArrayAllocs<T>>,
303 _tree_alloc: Option<ReserveNewTreeAlloc<T>>,