Searched refs:vrealloc (Results 1 – 3 of 3) sorted by relevance
212 #define vrealloc(...) alloc_hooks(vrealloc_noprof(__VA_ARGS__)) macro
1885 v_ptr = vrealloc(v_ptr, size, GFP_KERNEL); in vmalloc_oob()1893 v_ptr = vrealloc(v_ptr, size, GFP_KERNEL); in vmalloc_oob()
21956 new_data = vrealloc(env->insn_aux_data, in bpf_patch_insn_data()