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.c10 return vrealloc_node_align(p, size, align, flags, node); in rust_helper_vrealloc_node_align()
/linux/rust/kernel/alloc/
H A Dallocator.rs64 /// One of the following: `krealloc_node_align`, `vrealloc_node_align`, `kvrealloc_node_align`.
79 // INVARIANT: `vrealloc_node_align` satisfies the type invariants.
80 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