Home
last modified time | relevance | path

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

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs198 _tree_alloc: args.tree_alloc, in reserve_new()
202 let alloc = match args.tree_alloc { in reserve_new()
285 pub(crate) tree_alloc: Option<ReserveNewTreeAlloc<T>>, field
324 if self.need_tree_alloc && self.args.tree_alloc.is_none() { in make_alloc()
325 self.args.tree_alloc = Some(ReserveNewTreeAlloc::try_new()?); in make_alloc()