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 | 64 /// One of the following: `krealloc_node_align`, `vrealloc_node_align`, `kvrealloc_node_align`. 76 // INVARIANT: `krealloc_node_align` satisfies the type invariants. 77 const KREALLOC: Self = Self(bindings::krealloc_node_align);
|
| /linux/include/linux/ |
| H A D | slab.h | 585 void *krealloc_node_align(const void *p, size_t new_size, unsigned long align, gfp_t flags, int nid… 587 #define krealloc_node_align(p, new_size, align, flags, nid) \ macro 589 #define krealloc_node(_o, _s, _f, _n) krealloc_node_align(_o, _s, 1, _f, _n)
|