Home
last modified time | relevance | path

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

/linux/rust/helpers/
H A Dslab.c16 return kvrealloc_node_align(p, size, align, flags, node); in rust_helper_kvrealloc_node_align()
/linux/rust/kernel/alloc/
H A Dallocator.rs64 /// One of the following: `krealloc_node_align`, `vrealloc_node_align`, `kvrealloc_node_align`.
82 // INVARIANT: `kvrealloc_node_align` satisfies the type invariants.
83 const KVREALLOC: Self = Self(bindings::kvrealloc_node_align);
/linux/include/linux/
H A Dslab.h1412 void *kvrealloc_node_align(const void *p, size_t size, unsigned long align, gfp_t flags, int nid);
1414 #define kvrealloc_node_align(p, size, align, flags, nid) \ macro
1416 #define kvrealloc_node(_p, _s, _f, _n) kvrealloc_node_align(_p, _s, 1, _f, _n)