Home
last modified time | relevance | path

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

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs136 pub(crate) fn count_buffers(&self) -> usize { in count_buffers() method
139 Impl::Array(array) => array.count_buffers(), in count_buffers()
140 Impl::Tree(tree) => tree.count_buffers(), in count_buffers()
H A Darray.rs52 pub(crate) fn count_buffers(&self) -> usize { in count_buffers() method
H A Dtree.rs107 pub(crate) fn count_buffers(&self) -> usize { in count_buffers() method
/linux/drivers/android/binder/
H A Dprocess.rs551 seq_print!(m, " buffers: {}\n", mapping.alloc.count_buffers()); in debug_print_stats()