Home
last modified time | relevance | path

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

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs278 pub(crate) struct ReserveNewArgs<T> { struct
279 pub(crate) size: usize,
280 pub(crate) is_oneway: bool,
281 pub(crate) debug_id: usize,
282 pub(crate) pid: Pid,
283 pub(crate) empty_array_alloc: Option<EmptyArrayAlloc<T>>,
284 pub(crate) new_tree_alloc: Option<FromArrayAllocs<T>>,
285 pub(crate) tree_alloc: Option<ReserveNewTreeAlloc<T>>,