Home
last modified time | relevance | path

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

/linux/rust/helpers/
H A Dvmalloc.c9 return vrealloc_node_align(p, size, align, flags, node); in rust_helper_vrealloc_node_align()
/linux/rust/kernel/alloc/
H A Dallocator.rs69 const VREALLOC: Self = Self(bindings::vrealloc_node_align);
/linux/include/linux/
H A Dvmalloc.h210 #define vrealloc_node_align(...) alloc_hooks(vrealloc_node_align_noprof(__VA_ARGS__)) macro