Home
last modified time | relevance | path

Searched refs:vrealloc (Results 1 – 2 of 2) sorted by relevance

/linux/rust/helpers/
H A Dvmalloc.c8 return vrealloc(p, size, flags); in rust_helper_vrealloc()
/linux/rust/kernel/alloc/
H A Dallocator.rs59 /// One of the following: `krealloc`, `vrealloc`, `kvrealloc`.
68 // INVARIANT: `vrealloc` satisfies the type invariants.
69 const VREALLOC: Self = Self(bindings::vrealloc);
104 // - `self.0` is one of `krealloc`, `vrealloc`, `kvrealloc` and thus only requires that in call()
109 // - `self.0` is one of `krealloc`, `vrealloc`, `kvrealloc`. in call()