Home
last modified time | relevance | path

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

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs317 pub(crate) fn make_alloc(mut self) -> Result<ReserveNewArgs<T>> { in make_alloc() method
/linux/drivers/android/binder/
H A Dprocess.rs1028 reserve_new_args = alloc_request.make_alloc()?; in buffer_alloc()