Searched refs:krealloc_node_align (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/helpers/ |
| H A D | slab.c | 9 return krealloc_node_align(objp, new_size, align, flags, node); in rust_helper_krealloc_node_align()
|
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 66 const KREALLOC: Self = Self(bindings::krealloc_node_align);
|
| /linux/include/linux/ |
| H A D | slab.h | 503 #define krealloc_node_align(...) alloc_hooks(krealloc_node_align_noprof(__VA_ARGS__)) macro 504 #define krealloc_node(_o, _s, _f, _n) krealloc_node_align(_o, _s, 1, _f, _n)
|