Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dallocation.rs27 pub(crate) struct AllocationInfo { struct
29 pub(crate) offsets: Option<Range<usize>>,
32 pub(crate) target_node: Option<NodeRef>,
57 allocation_info: Option<AllocationInfo>, argument
139 pub(crate) fn set_info(&mut self, info: AllocationInfo) { in set_info()
143 pub(crate) fn get_or_init_info(&mut self) -> &mut AllocationInfo { in get_or_init_info()
H A Dprocess.rs1105 pub(crate) fn buffer_make_freeable(&self, offset: usize, mut data: Option<AllocationInfo>) { in buffer_make_freeable()