Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst83 Allocation chapter
/linux/Documentation/driver-api/driver-model/
H A Ddriver.rst7 Allocation chapter
/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst228 Allocation chapter
/linux/drivers/android/binder/
H A Dthread.rs866 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg()
H A Dprocess.rs1058 pub(crate) fn buffer_get(self: &Arc<Self>, ptr: usize) -> Option<Allocation> { in buffer_get()