Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/alloc/
Dallocator.rs44 pub struct KVmalloc; struct
170 unsafe impl Allocator for KVmalloc { implementation
Dallocator_test.rs23 pub type KVmalloc = Kmalloc; typedef