Home
last modified time | relevance | path

Searched refs:vrealloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/rust/helpers/
H A Dvmalloc.c8 return vrealloc(p, size, flags); in rust_helper_vrealloc()
/linux-6.15/rust/kernel/alloc/
H A Dallocator.rs69 const VREALLOC: Self = Self(bindings::vrealloc);
/linux-6.15/include/linux/
H A Dvmalloc.h189 #define vrealloc(...) alloc_hooks(vrealloc_noprof(__VA_ARGS__)) macro