Searched refs:kvrealloc_node_align (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/helpers/ |
| H A D | slab.c | 16 return kvrealloc_node_align(p, size, align, flags, node); in rust_helper_kvrealloc_node_align()
|
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 72 const KVREALLOC: Self = Self(bindings::kvrealloc_node_align);
|
| /linux/include/linux/ |
| H A D | slab.h | 1135 #define kvrealloc_node_align(...) \ macro 1137 #define kvrealloc_node(_p, _s, _f, _n) kvrealloc_node_align(_p, _s, 1, _f, _n)
|