Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmalloc.h212 #define vrealloc(...) alloc_hooks(vrealloc_noprof(__VA_ARGS__)) macro
/linux/kernel/bpf/
H A Dverifier.c21307 new_data = vrealloc(env->insn_aux_data, in bpf_patch_insn_data()